Module buffer

Module buffer 

Source
Expand description

Structures and traits for representing byte ranges in memory

Structs§

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

Traits§

ResizeBuffer
Support for writing to, accessing, and resizing a byte buffer
WriteBuffer
Support for writing to a byte buffer