sha256
Hash function implementation
An implementation of the SHA-256 cryptographic hash function in hardware
Hardware implementation of the SHA-256 cryptographic hash function
318 stars
27 watching
90 forks
Language: Verilog
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
secworks/sha512 | A Verilog implementation of the SHA-512 hash function | 37 |
barerose/lonesha256 | A single-function SHA256 hashing implementation in C. | 20 |
lyarbean/xxhash-ada | An implementation of a non-cryptographic hash function in Ada | 1 |
ryancdotorg/lonesha256-ansi | A single-function SHA256 hashing implementation in ANSI C | 4 |
juliacrypto/sha.jl | A Julia implementation of common hash functions | 47 |
amadimichael/optimizedmimcsponge | An optimized implementation of a cryptographic hash function. | 12 |
jhumphry/spark_siphash | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
enzoh/motoko-sha | A package implementing secure hash algorithms for a specific programming language | 16 |
rustcrypto/hashes | A collection of cryptographic hash functions implemented in pure Rust. | 1,897 |
grim7reaper/siphash | A fast pseudorandom function optimized for short messages. | 1 |
okdshin/picosha2 | A lightweight C++ library for generating SHA256 hashes from various inputs | 661 |
cryptocoinswift/sha256-swift | Provides Swift wrappers for CommonCrypto's SHA256 methods. | 72 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,680 |
ucb-bar/sha3 | A hardware accelerator for the Secure Hash Algorithm 3 (SHA3) implemented in Verilog. | 77 |
mirage/digestif | Tools for implementing various hash algorithms in multiple programming languages. | 87 |