Expand description
Common cryptography primitives.
Structs§
- Digest
- InMemory
Ecdsa Key - InMemory
Ed25519 Key - InMemory
RsaKey - Multi
Digest - Holds multiple computed digests for content.
Enums§
- Digest
Type - Represents a digest type encountered in code signature data structures.
- InMemory
Private Key - Holds a private key in memory.
Traits§
- Private
Key - A supertrait generically describing a private key capable of signing and possibly decryption.
Functions§
- parse_
pfx_ data - Parse PFX data into a key pair.