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 Aliases§