sha512
Hash function
A Verilog implementation of the SHA-512 hash function
Verilog implementation of the SHA-512 hash function.
37 stars
8 watching
21 forks
Language: Verilog
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
secworks/sha256 | An implementation of the SHA-256 cryptographic hash function in hardware | 318 |
juliacrypto/sha.jl | A Julia implementation of common hash functions | 47 |
timohanke/motoko-sha2 | Provides an implementation of the Sha2 family of hash functions in Motoko | 2 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,666 |
barerose/lonesha256 | A single-function SHA256 hashing implementation in C. | 20 |
enzoh/motoko-sha | A package implementing secure hash algorithms for a specific programming language | 16 |
ryancdotorg/lonesha256-ansi | A single-function SHA256 hashing implementation in ANSI C | 4 |
amadimichael/optimizedmimcsponge | An optimized implementation of a cryptographic hash function. | 12 |
ucb-bar/sha3 | A hardware accelerator for the Secure Hash Algorithm 3 (SHA3) implemented in Verilog. | 76 |
grim7reaper/siphash | An implementation of a pseudorandom function optimized for speed on short messages | 1 |
okdshin/picosha2 | A lightweight C++ library for generating SHA256 hashes from various inputs | 662 |
jhumphry/spark_siphash | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
lkujaw/blake2s | Implementation of the BLAKE2s hash function in Ada for secure data integrity and authenticity verification. | 1 |
lyarbean/xxhash-ada | An implementation of a non-cryptographic hash function in Ada | 1 |
paulmillr/noble-hashes | An audited and minimal implementation of various hash functions, MACs, and KDFs in JavaScript. | 586 |