Module encoding

Module encoding 

Source
Expand description

PKCS#1 and PKCS#8 encoding support.

Note: PKCS#1 support is achieved through a blanket impl of the pkcs1 crate’s traits for types which impl the pkcs8 crate’s traits.

Functions§

verify_algorithm_id 🔒
Verify that the AlgorithmIdentifier for a key is correct.