(language C++.)

This is an implementation of the popular SHA-512 hash function. Written in a convenient class form for speedy deployment. The digest is stored in an array of 8 unsigned "long long" integers within the class. For convenient retrieval of the digest, use member function `GetDigest()`

The following four member functions are set public for developers who want to deploy this class.

SHAtwoLinkDBs()
HashText()
HashData()
GetDigest()
SetTotalRounds()

SHAtwoLinkDBs()
You must provide your class name to this macro. This will copy initialization vectors into your specific class. Allows declaration of multiple instances.

HashText()
This expects a c-style string as an argument. Your string must fit in memory, and be less than 4.2 GB.

HashData()
Expects an array of unsigned bytes and a specified size. Your data must fit in memory, and be less than 4.2 GB.

GetDigest()
The digest will be copied into your array.

Project Activity

See All Activity >

Follow SHA-512 class

SHA-512 class Web Site

Other Useful Business Software
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of SHA-512 class!

Additional Project Details

Registered

2014-05-13