interface EnhancedKey {
    cipherKey: Uint8Array;
    iv: Uint8Array;
    macKey: Uint8Array;
}

Properties

Properties

cipherKey: Uint8Array
macKey: Uint8Array