@libp2p/crypto
Version:
Crypto primitives for libp2p
10 lines • 333 B
TypeScript
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