argon2_web 0.3.0
argon2_web: ^0.3.0 copied to clipboard
Minimal, Web-safe Argon2, decoupled from PointyCastle's framework overhead.
Changelog #
0.1.0 #
Initial release of argon2_web, a lightweight Argon2 key derivation library optimized for web applications.
Added #
- Pure web-compatible implementation of Argon2 (Argon2i, Argon2d, Argon2id).
- Web-safe
Argon2BytesGeneratoradapted from thepointycastlesuite ecosystem. Argon2Parametersconfiguration class decoupling dependencies from heavy crypto suites.- Full support for configurable execution parameters including
memoryPowerOf2, iterations, and lanes.
Fixed #
- Fixed the native C++/mobile dependency constraints on web targets found in standard
argon2packages.
0.2.0 #
- Moved relevant files to the lib/ directory
- Added example
0.3.0 #
- Performance improvement (5x speedup)