[][src]Module cryptouri::secret_key

Secret Key types

Structs

Ed25519SecretKey

Ed25519 secret key (i.e. compressed Edwards-y coordinate)

Enums

SecretKey

Secret key algorithms

Traits

AsSecretSlice

Access to secrets/raw key material as a byte slice. We use a special trait for this to avoid accidental leakage of key material (via e.g. AsRef)

Type Definitions

Aes128GcmKey

AES-128 in Galois/Counter Mode (GCM)

Aes256GcmKey

AES-256 in Galois/Counter Mode (GCM)