Module cryptography

Source
Expand description

Common cryptography primitives.

Structs§

Digest
InMemoryEcdsaKey
InMemoryEd25519Key
InMemoryRsaKey
MultiDigest
Holds multiple computed digests for content.

Enums§

DigestType
Represents a digest type encountered in code signature data structures.
InMemoryPrivateKey
Holds a private key in memory.

Traits§

PrivateKey
A supertrait generically describing a private key capable of signing and possibly decryption.

Functions§

parse_pfx_data
Parse PFX data into a key pair.