UNPKG

@hiprax/crypto

Version:

High-security encryption/decryption library using AES-256-GCM and Argon2id

6 lines 227 B
export { CryptoManager } from './crypto-manager.js'; export * from './utils.js'; export * from './types.js'; import { CryptoManager } from './crypto-manager.js'; export default CryptoManager; //# sourceMappingURL=index.d.ts.map