-
- Downloads
Change the TYPE_PRNG_SEED length to 24.
This matches what the code actually sends. It's shorter than the ScrambleSuit PRNG seed, but that's because the SipHash-2-4 based Hash_DRBG has 24 bytes of internal state (key + initial output).
Please register or sign in to comment