Skip to content

Latest commit

 

History

History
80 lines (48 loc) · 2.2 KB

CHANGES.md

File metadata and controls

80 lines (48 loc) · 2.2 KB

1.3.0 (2022-01-16)

  • Bump rubocop dependencies. (#30)
  • Add support for Ruby 3 & JRuby 9.3.0. (#31)

1.2.4 (2018-01-04)

  • Fix JRuby platform name
  • Add license information to gemspec

1.2.3 (2017-12-31)

  • #18 ext/ed25519_ref10: Consolidate fe.c and ge.c

1.2.2 (2017-12-31)

  • #17 Test against Ruby 2.5.0

  • #16 Move project to the crypto-rb GitHub organization

1.2.1 (2017-12-15)

  • #14 Support MRI 2.0+

1.2.0 (2017-12-15)

  • #13 Add Ed25519::SigningKey.from_keypair

  • #12 Add Ed25519.validate_key_bytes method

1.1.0 (2017-12-13)

  • #11 ext/ed25519_java: switch to str4d/ed25519-java implementation (fixes #4)

  • #9 Implement Java backend as a proper JRuby extension

  • #8 Use an attr_accessor for Ed25519.provider

1.0.0 (2017-12-12)

  • #7 Keypair refactor

  • #6 Switch from "ref" C implementation to SUPERCOP "ref10"

  • #5 Raise Ed25519::VerifyError if signature verification fails

0.1.0 (2017-12-11)

  • Initial release