RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.89k stars 256 forks source link

Expose belt_compress to public #520

Closed makavity closed 1 year ago

makavity commented 1 year ago

Because bake-kdf algorithm uses belt-hash and compression in internal algorithm belt-keyrep, expose it to public.

makavity commented 1 year ago

Need to merge it to solve https://github.com/RustCrypto/KDFs/pull/88

newpavlov commented 1 year ago

The CI failure is not relevant to this PR, so I am going to merge it and fix CI in a follow-up PR.

newpavlov commented 1 year ago

Released in belt-hash v0.1.1.