SipHash.this

Constructs SipHash with two 8 byte key numbers.

  1. this(ubyte[16] key)
  2. this(ulong key0, ulong key1)
    struct SipHash(size_t C, size_t D)
    @safe pure nothrow
    this
    (
    in ulong key0
    ,
    in ulong key1
    )
  3. ulong k0;
  4. ulong k1;

Meta