DoxigAlpha

Length

A length encoded according to NIST SP 800-185.

Fields of this type

Fields

#
len:usize
The size of the encoded value, in bytes.
buf:[@sizeOf(usize) + 1]u8
A buffer to store the encoded length.

Return the encoded length as a slice.

Functions

#
slice
Return the encoded length as a slice.