BLAKE3

A BLAKE3 hasher with a raw derived key.

  1. auto BLAKE3()
  2. auto BLAKE3(ubyte[BLAKE3_KEY_LEN] key)
  3. auto BLAKE3(char* context)
  4. auto BLAKE3(const(void)* context, size_t contextLen)
    @safe @trusted
    BLAKE3
    (
    const(void)* context
    ,
    size_t contextLen
    )

Meta