1. 02 Oct, 2019 1 commit
  2. 01 Oct, 2019 4 commits
  3. 30 Sep, 2019 10 commits
  4. 27 Sep, 2019 11 commits
  5. 26 Sep, 2019 7 commits
  6. 25 Sep, 2019 6 commits
  7. 23 Sep, 2019 1 commit
    • Mike A. Owens's avatar
      Seed SipHash with 128-bit key · 0a4d2bbd
      Mike A. Owens authored
      SipHash expects a 128-bit key, and we were indeed generating 128-bits,
      but restricting them to hex characters 0-9a-f, effectively giving us
      only 4 bits-per-byte of key material, and 64 bits overall.
      
      Now, we skip the hex conversion and supply 128 bits of unfiltered
      random data.
      0a4d2bbd