constAEAD_AES_256_GCM:AEADFactory
AES-256-GCM Authenticated Encryption with Associated Data (AEAD).
Uses AES in Galois/Counter Mode with 256-bit keys.
Depends on the following Web Cryptography algorithms being supported in the runtime:
- AES-GCM encryption and decryption
This is a factory function that must be passed to the CipherSuite constructor.
Tip
An implementation of this algorithm not reliant on Web Cryptography is also exported by
@panva/hpke-noble