UNPKG

@libp2p/crypto

Version:
10 lines 333 B
import type { CreateAESCipherOptions, AESCipher } from './interface.js'; export declare const derivedEmptyPasswordKey: { alg: string; ext: boolean; k: string; key_ops: string[]; kty: string; }; export declare function create(opts?: CreateAESCipherOptions): AESCipher; //# sourceMappingURL=aes-gcm.browser.d.ts.map