sfackler / rust-openssl

OpenSSL bindings for Rust
1.38k stars 742 forks source link

Derive Eq, Hash and PartialEq for DigestBytes #2299

Open darkseid-is opened 3 weeks ago

darkseid-is commented 3 weeks ago

With the above traits a certificate and its DigestBytes can be stored in a HashMap.