Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 338 Bytes

lib-sized.md

File metadata and controls

13 lines (7 loc) · 338 Bytes

hash : Sized<size> -> Bool

The hash is not a cryptographic hash.

is : (Sized<size>,Sized<size>) -> Bool

is checks for binary equality of two memory regions.

mem-is-non-zero : Sized<size> -> Bool

mem-is-non-zero checks if a memory region is zeroed out.