Generates IVs from a given id by extracting 5 bits at a time starting from the least significant bit up to the 30th most significant bit.
id
32-bit number
An array of six numbers corresponding to 5-bit chunks from id
Generates IVs from a given
id
by extracting 5 bits at a time starting from the least significant bit up to the 30th most significant bit.