ed25519 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96a5d740f6f97510c41aaffe8d105c085dfc32282e395ed0c668ac894c175777
4
- data.tar.gz: a9f4f7aed3f41646754a35b2b03b770a5868cadbd543317354c2e5c864aca4ab
3
+ metadata.gz: 97877bc2bc4f709e24b58cd4071c148c90afcb768015e67342838cab5f9632c9
4
+ data.tar.gz: 4e9a6a852981fdc0e5243d78023c635f3295430d5e15f510041b202df112f4cb
5
5
  SHA512:
6
- metadata.gz: c850d4a4748eed7db824e57fe9b7e86efe0738f184e5c7c667a06b4398ba70f1129cf11c3101ee09b33790f9d4a8e0873fd4cab61be033862cf65703420af7a9
7
- data.tar.gz: 136b7ef426b473ca83f3c7bbd20643c2731bb927b1728649f92db3cb2dd360d2ce5d6ebc3bf7c966fceca4f0385684b38947518be49b4141c7f30e3b213f36fa
6
+ metadata.gz: fe0389c04b72af31fe7431432594bde0c8d168cd6ebbe50cd0d774214fe9cf73971547561878e416e8605cf43e269c909c5c63434f3a6792ec209bdb44cf7ac2
7
+ data.tar.gz: 103756f16091e697cccaf36ac36e238d5342149c33eba90d2d13215480c731b7a672ef9f6eb550177ee03d649a0bf42c60de3f5b5be965338b1ead76ebfcc522
data/CHANGES.md CHANGED
@@ -1,78 +1,86 @@
1
+ ## [1.4.0] (2022-01-16)
2
+
3
+ [1.4.0]: https://github.com/RubyCrypto/ed25519/compare/v1.3.0...v1.4.0
4
+
5
+ - Use append_cflags instead of modifying CFLAGS directly ([#45])
6
+
7
+ [#45]: https://github.com/RubyCrypto/ed25519/pull/45
8
+
1
9
  ## [1.3.0] (2022-01-16)
2
10
 
3
- [1.3.0]: https://github.com/crypto-rb/ed25519/compare/v1.2.4...v1.3.0
11
+ [1.3.0]: https://github.com/RubyCrypto/ed25519/compare/v1.2.4...v1.3.0
4
12
 
5
13
  - Bump rubocop dependencies. ([#30])
6
14
  - Add support for Ruby 3 & JRuby 9.3.0. ([#31])
7
15
 
8
- [#30]: https://github.com/crypto-rb/ed25519/pull/30
9
- [#31]: https://github.com/crypto-rb/ed25519/pull/31
16
+ [#30]: https://github.com/RubyCrypto/ed25519/pull/30
17
+ [#31]: https://github.com/RubyCrypto/ed25519/pull/31
10
18
 
11
19
  ## [1.2.4] (2018-01-04)
12
20
 
13
- [1.2.4]: https://github.com/crypto-rb/ed25519/compare/v1.2.3...v1.2.4
21
+ [1.2.4]: https://github.com/RubyCrypto/ed25519/compare/v1.2.3...v1.2.4
14
22
 
15
23
  * Fix JRuby platform name
16
24
  * Add license information to gemspec
17
25
 
18
26
  ## [1.2.3] (2017-12-31)
19
27
 
20
- [1.2.3]: https://github.com/crypto-rb/ed25519/compare/v1.2.2...v1.2.3
28
+ [1.2.3]: https://github.com/RubyCrypto/ed25519/compare/v1.2.2...v1.2.3
21
29
 
22
- * [#18](https://github.com/crypto-rb/ed25519/pull/18)
30
+ * [#18](https://github.com/RubyCrypto/ed25519/pull/18)
23
31
  `ext/ed25519_ref10`: Consolidate fe.c and ge.c
24
32
 
25
33
  ## [1.2.2] (2017-12-31)
26
34
 
27
- [1.2.2]: https://github.com/crypto-rb/ed25519/compare/v1.2.1...v1.2.2
35
+ [1.2.2]: https://github.com/RubyCrypto/ed25519/compare/v1.2.1...v1.2.2
28
36
 
29
- * [#17](https://github.com/crypto-rb/ed25519/pull/17)
37
+ * [#17](https://github.com/RubyCrypto/ed25519/pull/17)
30
38
  Test against Ruby 2.5.0
31
39
 
32
- * [#16](https://github.com/crypto-rb/ed25519/pull/16)
33
- Move project to the crypto-rb GitHub organization
40
+ * [#16](https://github.com/RubyCrypto/ed25519/pull/16)
41
+ Move project to the RubyCrypto GitHub organization
34
42
 
35
43
  ## [1.2.1] (2017-12-15)
36
44
 
37
- [1.2.1]: https://github.com/crypto-rb/ed25519/compare/v1.2.0...v1.2.1
45
+ [1.2.1]: https://github.com/RubyCrypto/ed25519/compare/v1.2.0...v1.2.1
38
46
 
39
- * [#14](https://github.com/crypto-rb/ed25519/pull/14)
47
+ * [#14](https://github.com/RubyCrypto/ed25519/pull/14)
40
48
  Support MRI 2.0+
41
49
 
42
50
  ## [1.2.0] (2017-12-15)
43
51
 
44
- [1.2.0]: https://github.com/crypto-rb/ed25519/compare/v1.1.0...v1.2.0
52
+ [1.2.0]: https://github.com/RubyCrypto/ed25519/compare/v1.1.0...v1.2.0
45
53
 
46
- * [#13](https://github.com/crypto-rb/ed25519/pull/13)
54
+ * [#13](https://github.com/RubyCrypto/ed25519/pull/13)
47
55
  Add `Ed25519::SigningKey.from_keypair`
48
56
 
49
- * [#12](https://github.com/crypto-rb/ed25519/pull/12)
57
+ * [#12](https://github.com/RubyCrypto/ed25519/pull/12)
50
58
  Add `Ed25519.validate_key_bytes` method
51
59
 
52
60
  ## [1.1.0] (2017-12-13)
53
61
 
54
- [1.1.0]: https://github.com/crypto-rb/ed25519/compare/v1.0.0...v1.1.0
62
+ [1.1.0]: https://github.com/RubyCrypto/ed25519/compare/v1.0.0...v1.1.0
55
63
 
56
- * [#11](https://github.com/crypto-rb/ed25519/pull/11)
64
+ * [#11](https://github.com/RubyCrypto/ed25519/pull/11)
57
65
  ext/ed25519_java: switch to str4d/ed25519-java implementation (fixes #4)
58
66
 
59
- * [#9](https://github.com/crypto-rb/ed25519/pull/9)
67
+ * [#9](https://github.com/RubyCrypto/ed25519/pull/9)
60
68
  Implement Java backend as a proper JRuby extension
61
69
 
62
- * [#8](https://github.com/crypto-rb/ed25519/pull/8)
70
+ * [#8](https://github.com/RubyCrypto/ed25519/pull/8)
63
71
  Use an attr_accessor for Ed25519.provider
64
72
 
65
73
  ## [1.0.0] (2017-12-12)
66
74
 
67
- [1.0.0]: https://github.com/crypto-rb/ed25519/compare/v0.1.0...v1.0.0
75
+ [1.0.0]: https://github.com/RubyCrypto/ed25519/compare/v0.1.0...v1.0.0
68
76
 
69
- * [#7](https://github.com/crypto-rb/ed25519/pull/7)
77
+ * [#7](https://github.com/RubyCrypto/ed25519/pull/7)
70
78
  Keypair refactor
71
79
 
72
- * [#6](https://github.com/crypto-rb/ed25519/pull/6)
80
+ * [#6](https://github.com/RubyCrypto/ed25519/pull/6)
73
81
  Switch from "ref" C implementation to SUPERCOP "ref10"
74
82
 
75
- * [#5](https://github.com/crypto-rb/ed25519/pull/5)
83
+ * [#5](https://github.com/RubyCrypto/ed25519/pull/5)
76
84
  Raise Ed25519::VerifyError if signature verification fails
77
85
 
78
86
  # 0.1.0 (2017-12-11)
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2021 Tony Arcieri
1
+ Copyright (c) 2012-2025 Tony Arcieri
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # ed25519.rb [![Latest Version][gem-shield]][gem-link] [![CI Status][ci-image]][ci-link] [![Yard Docs][docs-image]][docs-link] [![License: MIT][license-image]][license-link]
1
+ # ed25519.rb [![Latest Version][gem-shield]][gem-link] [![Yard Docs][docs-image]][docs-link] [![License: MIT][license-image]][license-link] [![CI Status][ci-image]][ci-link]
2
2
 
3
- [gem-shield]: https://badge.fury.io/rb/ed25519.svg
3
+ [gem-shield]: https://img.shields.io/gem/v/ed25519?logo=ruby
4
4
  [gem-link]: https://rubygems.org/gems/ed25519
5
5
  [ci-image]: https://github.com/RubyCrypto/ed25519/workflows/CI/badge.svg
6
6
  [ci-link]: https://github.com/RubyCrypto/ed25519/actions?query=workflow%3ACI+branch%3Amaster
7
7
  [docs-image]: https://img.shields.io/badge/yard-docs-blue.svg
8
- [docs-link]: http://www.rubydoc.info/gems/ed25519/1.3.0
8
+ [docs-link]: http://www.rubydoc.info/gems/ed25519/1.4.0
9
9
  [license-image]: https://img.shields.io/badge/license-MIT-blue.svg
10
10
  [license-link]: https://github.com/RubyCrypto/ed25519/blob/master/LICENSE
11
11
 
@@ -77,8 +77,8 @@ Have questions? Want to suggest a feature or change? Join a discussion group:
77
77
 
78
78
  **ed25519.rb** is supported on and tested against the following platforms:
79
79
 
80
- * MRI 2.4, 2.5, 2.6, 2.7, 3.0
81
- * JRuby 9.2.19, 9.3.0
80
+ - MRI 3.0, 3.1, 3.2, 3.3, 3.4
81
+ - JRuby 9.4.12, 10.0.0
82
82
 
83
83
  ## Installation
84
84
 
@@ -168,7 +168,7 @@ code of conduct.
168
168
 
169
169
  ## License
170
170
 
171
- Copyright (c) 2012-2021 Tony Arcieri. Distributed under the MIT License. See
171
+ Copyright (c) 2012-2025 Tony Arcieri. Distributed under the MIT License. See
172
172
  [LICENSE] for further details.
173
173
 
174
174
  [LICENSE]: https://github.com/RubyCrypto/ed25519/blob/master/LICENSE
@@ -2,8 +2,6 @@
2
2
 
3
3
  require "mkmf"
4
4
 
5
- # rubocop:disable Style/GlobalVars
6
- $CFLAGS << " -Wall -O3 -pedantic -std=c99"
7
- # rubocop:enable Style/GlobalVars
5
+ append_cflags(["-Wall", "-O3", "-pedantic", "-std=c99"])
8
6
 
9
7
  create_makefile "ed25519_ref10"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ed25519
4
- VERSION = "1.3.0"
4
+ VERSION = "1.4.0"
5
5
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ed25519
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Arcieri
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-16 00:00:00.000000000 Z
11
+ date: 2025-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -116,14 +116,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
116
116
  requirements:
117
117
  - - ">="
118
118
  - !ruby/object:Gem::Version
119
- version: 2.4.0
119
+ version: '3.0'
120
120
  required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  requirements: []
126
- rubygems_version: 3.2.15
126
+ rubygems_version: 3.5.16
127
127
  signing_key:
128
128
  specification_version: 4
129
129
  summary: An efficient digital signature library providing the Ed25519 algorithm