Releases: denorg/scrypt
Releases Β· denorg/scrypt
v4.4.4
4.4.4 (2024-04-11)
Performance Improvements
- remove unused wasm-bindgen feature (5049f16)
v4.4.3
4.4.3 (2024-04-11)
Performance Improvements
v4.4.2
4.4.2 (2024-04-11)
Bug Fixes
- deno publish not working due to dirty git tree (3e475c6)
- don't change scrypto version in the benchmark on release (86a468d)
v4.4.1
4.4.1 (2024-04-11)
Bug Fixes
- deno publish not working due to dirty git tree (3294def)
v4.4.0
4.4.0 (2024-04-11)
Features
v4.3.4
4.3.4 (2024-03-03)
Bug Fixes
- commit all version replacements (919c84c)
v4.3.3
4.3.3 (2024-03-03)
Bug Fixes
- export format and hmac for JSR (6e4abf0)
- re-export types in mod.ts (68c52d2)
v4.3.2
4.3.2 (2024-03-03)
Bug Fixes
v4.3.1
4.3.1 (2023-12-26)
Bug Fixes
- move from imports to deps.ts (304192e), closes #13
v4.3.0
4.3.0 (2023-12-26)
Features
- move to new std using import map and deno.lock (39e095f)
- optimize wasm size using via enabling LTO and using TALC allocator (e74b761)
- use current OWASP params and timingSafeEqual (3690299)
- write a simple crypto.subtle based hmac implementation to stop relying on old std (d71d825)