SipHash.this

Default constructor. Initializes the internal state of the function with a random 128-bit key (split into two 64-bit parts).

  1. this()
    class SipHash(ubyte NUMBER_OF_COMPRESS_ROUNDS = 2, ubyte NUMBER_OF_FINALIZATION_ROUNDS = 4)
    this
    ()
  2. this(ulong key0, ulong key1)

Meta