Skip to content

Releases: StableLib/stablelib

v2.1

Choose a tag to compare

@dchest dchest released this 30 Mar 18:37
@stablelib/ed25519@2.1.0
6616735

@stablelib/ed25519 v2.1.0 contains changes to align it with RFC 8032:

v2.0

Choose a tag to compare

@dchest dchest released this 29 Jun 17:57
  • ES modules
  • Removed shims for older browser and Node versions, targeting ES2022.

New package: aes-kw

Choose a tag to compare

@dchest dchest released this 02 Apr 15:40

Added AES Key Wrapping implementation by @tplooker.

ed25519 v1.0.1: important security fix

Choose a tag to compare

@dchest dchest released this 10 Feb 21:15

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