fn BinValue(comptime max_len: usize) type
[src]
A wrapped binary value whose maximum size is max_len
.
This type must be used whenever a binary value is encoded in a PHC-formatted string. This includes salt
, hash
, and any other binary parameters such as keys.
Once initialized, the actual value can be read with the constSlice()
function.