Closed etan-status closed 1 year ago
The utils module uses a convoluted mechanism for filling byte arrays with random data. The generate function can be used directly, making the utils module obsolete.
utils
generate
For context, the genMaskKey and genWebSecKey helpers were originally added in #2
genMaskKey
genWebSecKey
The
utils
module uses a convoluted mechanism for filling byte arrays with random data. Thegenerate
function can be used directly, making theutils
module obsolete.