Type alias CryptoInputType

CryptoInputType: Uint8Array | Uint16Array | Uint32Array | ArrayBuffer | string

The CryptoInputType only supports TypedArray / ArrayBuffer and string.

Generated using TypeDoc