paritytech / libsecp256k1

Pure Rust Implementation of secp256k1.
Apache License 2.0
172 stars 84 forks source link

Update Digest dependency #147

Open undersquire opened 1 year ago

undersquire commented 1 year ago

Digest is stuck on version 0.9 which is outdated and breaks compatibility with crates like sha3. I noticed that there is a branch that adds the newer version of digest.