C++ implementation of SHA-256 (header-only)
-
Updated
Jan 19, 2025 - C++
C++ implementation of SHA-256 (header-only)
🔏 An implementation of SHA-3 hash function with a digest size of 512 bits
SHA-256 is a member of the SHA-2 (Secure Hash Algorithm 2) family, widely used for generating fixed-size, cryptographic hash values.This C++ implementation provides a straightforward and efficient implementation of the SHA-256 cryptographic hash function.
SHA: hashing algorithms in C++
C++ implementation of SHA hashing functions.
Object Oriented with C++
Add a description, image, and links to the sha topic page so that developers can more easily learn about it.
To associate your repository with the sha topic, visit your repo's landing page and select "manage topics."