constructor (buffer: ArrayBuffer)
/**
* Import existing entropy and validate it.
- * @param {Uint8Array} bytes - Byte array
+ * @param {Uint8Array<ArrayBuffer>} bytes - Byte array
*/
constructor (bytes: Uint8Array<ArrayBuffer>)
/**
}
/**
- * Randomizes the bytes, rendering the original values generally inaccessible.
+ * Zeros the bytes and transfers the buffer, rendering the values inaccessible.
*/
destroy (): void {
if (!this.#bytes.buffer.detached) {