UNPKG

@libp2p/crypto

Version:
4 lines 235 B
import type { CreateAESCipherOptions, AESCipher } from './interface.js'; export type { AESCipher, CreateAESCipherOptions }; export declare function create(opts?: CreateAESCipherOptions): AESCipher; //# sourceMappingURL=aes-gcm.d.ts.map