• 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
server.c 179 KB