google / rrg

A Rust rewrite of the GRR agent.
MIT License
46 stars 22 forks source link

Replace the `rust-crypto` crate #53

Closed realtimetodie closed 1 year ago

realtimetodie commented 1 year 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.