fillBytes
fillBytes(
out):void
Defined in: src/secure.ts:182
Fill an existing buffer, with no allocation.
Parameters
Section titled “Parameters”Uint8Array
Returns
Section titled “Returns”void
Example
Section titled “Example”const key = new Uint8Array(32);fillBytes(key);