Module 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'.

val bytes : bytes -> unit

bytes b sets the bytes of b to '\x00'.

val bigbytes : bigbytes -> unit

bigbytes b sets the bytes of b to '\x00'.