Module askar_crypto::buffer

source ·
Expand description

Structures and traits for representing byte ranges in memory

Structs§

  • A secure representation for fixed-length keys
  • A WriteBuffer implementation which hashes its input
  • A utility type used to print or serialize a byte string as hex
  • A heap-allocated, zeroized byte buffer
  • A structure wrapping a mutable pointer to a buffer

Traits§

  • Support for writing to, accessing, and resizing a byte buffer
  • Support for writing to a byte buffer