circu.js
Preparing search index...
crypto
CModuleCrypto
GcmEncryptResult
Interface GcmEncryptResult
Result of GCM encryption
interface
GcmEncryptResult
{
ciphertext
:
ArrayBuffer
;
tag
:
ArrayBuffer
;
}
Index
Properties
ciphertext
tag
Properties
ciphertext
ciphertext
:
ArrayBuffer
Encrypted ciphertext
tag
tag
:
ArrayBuffer
Authentication tag (default 16 bytes)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ciphertext
tag
circu.js
Loading...
Result of GCM encryption