Pudu programming language
Menu
API reference

Std.SipHash.key

1 declaration

fn

key: UInt64 -> UInt64 -> Std.SipHash.SipKey

This is a callable function.

What it does

Constructs a 128-bit key from two 64-bit words.

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.

Back to Std.SipHashSearch related declarations