Module lair_keystore_api::encoding_types[][src]

Expand description

Helper types for dealing with serialization.

Structs

Wrapper newtype for serde encoding / decoding binary data

Wrapper newtype for serde encoding / decoding sized binary data

Secret data. Encrypted with sodium secretstream. The key used to encrypt / decrypt is context dependent.

Secret data sized. Encrypted with sodium secretstream. The key used to encrypt / decrypt is context dependent.

Type Definitions

ed25519 signature public key derived from this seed.

ed25519 signature bytes.

x25519 encryption public key derived from this seed.