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 +4 -4
- data/CHANGES.md +31 -23
- data/LICENSE +1 -1
- data/README.md +6 -6
- data/ext/ed25519_ref10/extconf.rb +1 -3
- data/lib/ed25519/version.rb +1 -1
- data/lib/ed25519_jruby.jar +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97877bc2bc4f709e24b58cd4071c148c90afcb768015e67342838cab5f9632c9
|
4
|
+
data.tar.gz: 4e9a6a852981fdc0e5243d78023c635f3295430d5e15f510041b202df112f4cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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/
|
9
|
-
[#31]: https://github.com/
|
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/
|
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/
|
28
|
+
[1.2.3]: https://github.com/RubyCrypto/ed25519/compare/v1.2.2...v1.2.3
|
21
29
|
|
22
|
-
* [#18](https://github.com/
|
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/
|
35
|
+
[1.2.2]: https://github.com/RubyCrypto/ed25519/compare/v1.2.1...v1.2.2
|
28
36
|
|
29
|
-
* [#17](https://github.com/
|
37
|
+
* [#17](https://github.com/RubyCrypto/ed25519/pull/17)
|
30
38
|
Test against Ruby 2.5.0
|
31
39
|
|
32
|
-
* [#16](https://github.com/
|
33
|
-
Move project to the
|
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/
|
45
|
+
[1.2.1]: https://github.com/RubyCrypto/ed25519/compare/v1.2.0...v1.2.1
|
38
46
|
|
39
|
-
* [#14](https://github.com/
|
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/
|
52
|
+
[1.2.0]: https://github.com/RubyCrypto/ed25519/compare/v1.1.0...v1.2.0
|
45
53
|
|
46
|
-
* [#13](https://github.com/
|
54
|
+
* [#13](https://github.com/RubyCrypto/ed25519/pull/13)
|
47
55
|
Add `Ed25519::SigningKey.from_keypair`
|
48
56
|
|
49
|
-
* [#12](https://github.com/
|
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/
|
62
|
+
[1.1.0]: https://github.com/RubyCrypto/ed25519/compare/v1.0.0...v1.1.0
|
55
63
|
|
56
|
-
* [#11](https://github.com/
|
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/
|
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/
|
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/
|
75
|
+
[1.0.0]: https://github.com/RubyCrypto/ed25519/compare/v0.1.0...v1.0.0
|
68
76
|
|
69
|
-
* [#7](https://github.com/
|
77
|
+
* [#7](https://github.com/RubyCrypto/ed25519/pull/7)
|
70
78
|
Keypair refactor
|
71
79
|
|
72
|
-
* [#6](https://github.com/
|
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/
|
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
data/README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
# ed25519.rb [![Latest Version][gem-shield]][gem-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://
|
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.
|
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
|
-
|
81
|
-
|
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-
|
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
|
data/lib/ed25519/version.rb
CHANGED
data/lib/ed25519_jruby.jar
CHANGED
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.
|
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:
|
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:
|
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.
|
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
|