@hiprax/crypto
Version:
High-security encryption/decryption library using AES-256-GCM and Argon2id
8 lines • 293 B
JavaScript
// Main entry point for the secure-crypto package
export { CryptoManager } from './crypto-manager.js';
export * from './utils.js';
export * from './types.js';
// Default export
import { CryptoManager } from './crypto-manager.js';
export default CryptoManager;
//# sourceMappingURL=index.js.map