Files
archy/apps/did-wallet/node_modules/eciesjs/dist/utils/compat.d.ts
T

3 lines
144 B
TypeScript
Raw Normal View History

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