https://github.com/anmol-singh-jaggi/sha2_512
:lock_with_ink_pen: An implementation of SHA-2 hash function with a digest size of 512 bits
https://github.com/anmol-singh-jaggi/sha2_512
c-plus-plus cryptography digest hash
Last synced: about 1 year ago
JSON representation
:lock_with_ink_pen: An implementation of SHA-2 hash function with a digest size of 512 bits
- Host: GitHub
- URL: https://github.com/anmol-singh-jaggi/sha2_512
- Owner: Anmol-Singh-Jaggi
- License: gpl-3.0
- Created: 2014-10-29T11:55:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T21:23:59.000Z (over 10 years ago)
- Last Synced: 2025-01-31T16:59:46.498Z (over 1 year ago)
- Topics: c-plus-plus, cryptography, digest, hash
- Language: C++
- Homepage:
- Size: 242 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SHA2_512
An implementation of SHA-2 hash function with a digest size of 512 bits.
**Reference -:**
- http://csrc.nist.gov/groups/STM/cavp/documents/shs/sha256-384-512.pdf
- http://en.wikipedia.org/wiki/SHA-2