RustCrypto / asm-hashes

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

Process block slices instead of separate blocks #30

Closed newpavlov closed 3 years ago

newpavlov commented 3 years ago

Preliminary work on #26.

This PR simply loops over blocks on Rust side, for optimal performance the assembly code has to be modified.