3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
|
|
import { Cipher } from "@noble/ciphers/utils";
|
||
|
|
export declare function aes256gcm(key: Uint8Array, nonce: Uint8Array, AAD?: Uint8Array): Cipher;
|