Releases: denorg/scrypt
Releases · denorg/scrypt
v2.1.0
What's Changed
- Update README.md The functions are async so should be used with await by @Ivan-Kouznetsov in #3
- fix broken std dependency: hex encoding by @taiprogramer in #5
New Contributors
- @Ivan-Kouznetsov made their first contribution in #3
- @taiprogramer made their first contribution in #5
Full Changelog: v2.0.0...v2.1.0
v2.0.0
v1.0.1
First release
For now this scrypt implementation is a pure typescript one, meaning it's slow... But there still is a lot of optimization to do and I'm hoping to release v2.0 using web assembly to speed it up as soon as possible (that is, when a wasm implementation is available).