Skip to main content

builtin_blake3_raw

Function builtin_blake3_raw 

Source
fn builtin_blake3_raw(
    args: &[RValue],
    _named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Compute a BLAKE3 hash and return as a 32-byte raw vector.

@param x character scalar or raw vector to hash @return raw vector of 32 bytes (the BLAKE3 digest)