Skip to content

Latest commit

 

History

History
99 lines (59 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

99 lines (59 loc) · 2.81 KB

1.0.10 (2022-10-06)

  • #32 Avoid building precomputed on aarch64-linux
  • #29, #31 Allow usage on Apple silicon

1.0.9 (2021-08-04)

  • #23 Bump required_ruby_version to 2.5
  • #25 Fix SIGILL caused by use of -march=native

1.0.8 (2018-11-08)

  • #20 Change license to BSD-3-clause.

1.0.7 (2018-02-26)

  • #19 Incorporate upstream carry propagation bugfix and LICENSE changes.

1.0.6 (2018-01-04)

  • Use correct (LGPLv3) license in gemspec

1.0.5 (2017-12-31)

  • #15 RuboCop 0.52.1

  • #14 ext/x25519_ref10: Consolidate all field element code into fe.c.

1.0.4 (2017-12-31)

  • #13 Test against Ruby 2.5.0

  • #12 Move project to the RubyCrypto GitHub organization

1.0.3 (2017-12-13)

  • #10 Detect degenerate (i.e. all-zero) public keys (fixes #6)

1.0.2 (2017-12-13)

  • #9 Make X25519.provider an attr_accessor
  • Raise X25519::SelfTestFailure when self-test fails

1.0.1 (2017-12-12)

  • Have X25519.self_test return true on success

1.0.0 (2017-12-12)

  • #8 Add self-test

  • #7 Factor providers into the X25519::Provider namespace

0.2.0 (2017-12-12)

  • #5 Rewrite gem in Ruby with minimal native extensions

0.1.0 (2017-12-11)

  • Initial release