UNPKG

lockbyte

Version:

Enterprise-grade password hashing and user authentication library with Argon2-inspired algorithm, memory-hard functions, and comprehensive security features

5 lines 246 B
export { SecureCrypto } from './crypto'; export { UserAuth } from './auth'; export type { CryptoConfig, HashResult } from './crypto'; export type { User, AuthResult, RegistrationData, LoginData } from './auth'; //# sourceMappingURL=index.d.ts.map