google / rrg

A Rust rewrite of the GRR agent.
MIT License
48 stars 23 forks source link

Replace the `rust-crypto` crate #53

Closed realtimetodie closed 2 years ago

realtimetodie commented 2 years ago

Replaces the rust-crypto crate with distributed implementations of various hash algorithms that use the traits from the digest crate. See RustCrypto/hashes for implementations which use this trait.