b0.std
B0_hash.Xxh3_64
Xxh3_64 is the xxHash3 64-bit hash.
Xxh3_64
ocaml
b0
opam
b0 test
b0.file
b0.kit
b0.memo
b0.tool
val id : string
id is an US-ASCII string identifying the hash function.
id
val length : int
length is the byte length of hashes produced by the function.
length
val string : string -> t
string s is the hash of s.
string s
s
val fd : Unix.file_descr -> t
fd fd mmap(2)s and hashes the object pointed by fd.
fd fd
mmap(2)
fd
Sys_error
if mmap fails.
mmap
val file : B0_std.Fpath.t -> (t, string) result
file f is the hash of file f.
file f
f