OptimizedMiMCSponge
Hash function
An optimized implementation of a cryptographic hash function.
12 stars
2 watching
0 forks
Language: Solidity
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
amadimichael/mimcsponge-huffidity | A tool that embeds MiMCSponge Hash bytecode into Solidity contracts using Dynamic Huffidity and Tornado Cash | 10 |
jhumphry/spark_siphash | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
amadimichael/huffs | An implementation of popular Solidity libraries and contracts in the Huff language | 18 |
jandrewrogers/metrohash | A set of fast and statistically robust hash functions designed for non-cryptographic use cases. | 361 |
cmuratori/meow_hash | An implementation of Meow hash, a fast non-cryptographic hashing algorithm | 1,722 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,666 |
secworks/sha256 | An implementation of the SHA-256 cryptographic hash function in hardware | 318 |
grim7reaper/siphash | An implementation of a pseudorandom function optimized for speed on short messages | 1 |
secworks/sha512 | A Verilog implementation of the SHA-512 hash function | 37 |
mpdn/sqlite-digest | A set of functions to compute hashes in SQLite using OpenSSL | 19 |
deatil/zig-md4 | A library implementing a specific hash function algorithm for use in Zig programming language projects. | 0 |
amadimichael/huff-console | Utility for visualizing Huff contract state during execution | 64 |
juliacrypto/sha.jl | A Julia implementation of common hash functions | 47 |
apense/shimsham | A collection of hash functions implemented in pure Nim | 8 |
paulmillr/noble-hashes | An audited and minimal implementation of various hash functions, MACs, and KDFs in JavaScript. | 586 |