write_bool : Hasher, Bool -> Hasher
Feed a Bool into the hasher.
write_bool : Hasher, Bool -> Hasher
Feed a Bool into the hasher.
Feed a U8 into the hasher.
Feed a U16 into the hasher.
Feed a U32 into the hasher.
Feed a U64 into the hasher.
write_u128 : Hasher, U128 -> Hasher
Feed a U128 into the hasher.
Feed an I8 into the hasher.
Feed an I16 into the hasher.
Feed an I32 into the hasher.
Feed an I64 into the hasher.
write_i128 : Hasher, I128 -> Hasher
Feed an I128 into the hasher.
Feed an F32 into the hasher.
Feed an F64 into the hasher.
Feed a Dec into the hasher.
write_bytes : Hasher, List(U8) -> Hasher
Feed bytes into the hasher.
write_str : Hasher, Str -> Hasher
Feed a string into the hasher.