pub unsafe trait FixedBuffer: AsRef<[u8]> { }
Available on crate feature
xxhash3_64
only.Expand description
A buffer containing the secret bytes.
§Safety
Must always return a slice with the same number of elements.
Implementations on Foreign Types§
impl FixedBuffer for Box<[u8]>
Available on crate feature
alloc
only.