RustCrypto / formats

Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
228 stars 121 forks source link

spki: implement `Hash` for `AlgorithmIdentifier` #1414

Closed baloo closed 1 month ago

baloo commented 1 month ago

This allows to build an hashmap with various hashing algorithm when verifying objects.

baloo commented 1 month ago

I didn't pay attention to that.

I can fix that real quick.