@sovereignbase/cryptosuite
    Preparing search index...

    Type Alias CipherMessage

    CipherMessage:
        | { ciphertext: Uint8Array } & { iv: Uint8Array }
        | { ciphertext: Uint8Array } & { iv: Uint8Array }

    Cipher message artifact returned by cipher encryption operations.

    Type Declaration

    • { ciphertext: Uint8Array } & { iv: Uint8Array }
      • ciphertext: Uint8Array

        The encrypted payload bytes.

      • iv: Uint8Array

        The 96-bit initialization vector used for encryption.

    • { ciphertext: Uint8Array } & { iv: Uint8Array }
      • ciphertext: Uint8Array

        The encrypted payload bytes.

      • iv: Uint8Array

        The 96-bit initialization vector used for encryption.