RustCrypto / asm-hashes

Assembly implementations of cryptographic hash functions
46 stars 26 forks source link

Wrap assembly from KeccakCodePackage #3

Closed newpavlov closed 5 months ago

newpavlov commented 6 years ago

KeccakCodePackage provides optimized assembly for various platform, which will allow us to get significant speed-up for algorithms based on Keccak functions.

tarcieri commented 6 years ago

Ooh

newpavlov commented 5 months ago

We decided to deprecate these crates. We could add ASM backends based on KeccakCodePackage code in future, but such PRs should be opened in the hashes/sponges repository.