Module askar_crypto::repr[][src]

Expand description

Traits for exposing key data representations

Enums

Seed

A seed used in key generation

SeedMethod

Supported deterministic key methods

Traits

KeyGen

Key generation operations

KeyMeta

For concrete secret key types

KeyPublicBytes

Convert between key instance and key public bytes.

KeySecretBytes

Convert between key instance and key secret bytes

KeypairBytes

Convert between keypair instance and keypair (secret and public) bytes

KeypairMeta

For concrete secret + public key types

ToPublicBytes

Object-safe trait for exporting key public bytes

ToSecretBytes

Object-safe trait for exporting key secret bytes