circu.js
    Preparing search index...

    Interface GcmEncryptResult

    Result of GCM encryption

    interface GcmEncryptResult {
        ciphertext: ArrayBuffer;
        tag: ArrayBuffer;
    }
    Index

    Properties

    Properties

    ciphertext: ArrayBuffer

    Encrypted ciphertext

    tag: ArrayBuffer

    Authentication tag (default 16 bytes)