Bytesrw_crypto.Clear
Zeroing mutable bytes.
val slice : Bytesrw.Bytes.Slice.t -> unit
slice s sets the bytes in the range of s to '\x00'.
slice s
s
'\x00'
val bytes : bytes -> unit
bytes b sets the bytes of b to '\x00'.
bytes b
b
val bigbytes : bigbytes -> unit
bigbytes b sets the bytes of b to '\x00'.
bigbytes b