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.

Sized secret data. 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.