Pudu programming language
Menu
API reference

Std.SipHash.sipHash24Text

1 declaration

fn

sipHash24Text: &Std.SipHash.SipKey -> Str -> UInt64

This is a callable function.

What it does

Computes the 64-bit SipHash-2-4 digest directly over a UTF-8 text string.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.
  • & borrows a value for this call instead of moving or copying it.

Back to Std.SipHashSearch related declarations