Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 280 Bytes

lib-sized.md

File metadata and controls

12 lines (6 loc) · 280 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.