interface GenParams {
    importRaw?: Uint8Array;
    length?: 128 | 256 | 192;
}

Hierarchy

  • AesGenParams
    • GenParams

Properties

Properties

importRaw?: Uint8Array

Import raw key bits instead of generating.

length?: 128 | 256 | 192

Generated using TypeDoc