ZenGo-X / curv

Rust language general purpose elliptic curve cryptography.
MIT License
264 stars 111 forks source link

feat: upgrade RustCrypto related crates #176

Open jimmyyip-crypto opened 1 year ago

jimmyyip-crypto commented 1 year ago

Changes

  1. upgrade RustCrypto related crates

Notes

  1. The latest blake2 implementation doesn't work well with hmac and blake2 has its own MAC support in the crate. It's dropped from the test cases.