Skip to content

Releases: StableLib/stablelib

v2.0

29 Jun 17:57
Compare
Choose a tag to compare
  • ES modules
  • Removed shims for older browser and Node versions, targeting ES2022.

New package: aes-kw

02 Apr 15:40
Compare
Choose a tag to compare

Added AES Key Wrapping implementation by @tplooker.

ed25519 v1.0.1: important security fix

10 Feb 21:15
Compare
Choose a tag to compare

Due to a bug in calculating carry in modulo reduction that used bit operations on integers larger than 32 bits, @stablelib/ed25519 could have created incorrect signatures.

This only affects signing, not verification.

Originally reported at dchest/tweetnacl-js#187