File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 1.0.11] (2026-01-22)
2+
3+ - [ #38 ] ( https://github.com/RubyCrypto/x25519/pull/38 )
4+ Drop support for Ruby 2.5/2.6
5+ - [ #36 ] ( https://github.com/RubyCrypto/x25519/pull/36 )
6+ Add automatic fallback for non-x86_64 targets.
7+
8+ [ 1.0.11 ] : https://github.com/RubyCrypto/x25519/compare/v1.0.10...v1.0.11
9+
110## [ 1.0.10] (2022-10-06)
211
312[ 1.0.10 ] : https://github.com/RubyCrypto/x25519/compare/v1.0.9...v1.0.10
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ The optimized [rfc7748_precomputed] implementation was designed by:
272272## License
273273
274274* Copyright (c) 2017-2018 Armando Faz
275- * Copyright (c) 2017-2025 Tony Arcieri
275+ * Copyright (c) 2017-2026 Tony Arcieri
276276
277277This gem is available as open source under the terms of the
278278BSD-3 Clause License ([ LICENSE] ( ./LICENSE ) )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module X25519
4- VERSION = "1.0.10 "
4+ VERSION = "1.0.11 "
55end
You can’t perform that action at this time.
0 commit comments