bytesrw.crypto
Bytesrw_crypto.Clear
Zeroing mutable bytes.
Bytesrw
bytesrw
bytesrw.blake3
bytesrw.md
bytesrw.sysrandom
bytesrw.tls
bytesrw.unix
bytesrw.xxhash
bytesrw.zlib
bytesrw.zstd
ppxlib
yojson
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