ed25519 1.3.0-java → 1.4.0-java

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: b3b46eceb7120e36ccd7e12d7670566152dc1fdf857a3831c995d7beb442032f
4
- data.tar.gz: 004ea4de0a88e4e050801e3dc98c6e95d65edee485672a5835f2955ee0ad7a08
3
+ metadata.gz: 7a3d4af1218f4bf6883c39d75395d7f01b23dbefd2cd23233dadc2331726dbcf
4
+ data.tar.gz: 88c5e3a88a1e3c222be59f125ac1990a4b0437d7ca23fe444ae9992d762432ae
5
5
  SHA512:
6
- metadata.gz: 7f225f42788692d9b1e61db44ea1d20d86b23cab1f22d4adfe63a44611ae668cf3c60c977fa1604e894ebcb6812dec5fbb1c78a44fbca79d0e8f31856adda6a8
7
- data.tar.gz: 5f2e98e7142765abb8f2e5727098022e6fee1abe83d0f99b998906e4f58314b28bae34ab158ee5020c7bf3018563b0ec5f1f405b1add5d38e8334e542ec7f147
6
+ metadata.gz: c8059d1abc8a5e50bb5bc846f33f67994fe154c4f17632eaa4a6dde3319ad44af98d6870d709b1cef0c1149609c1b0cf8daa8bd023bcfed65af14bb66512d6f7
7
+ data.tar.gz: 9b84e9baf73c20ed56e913576a22fc86d2af76e540573ac5e9b0a0a610fef779af39db055eb40d0d0a1fd19815f4609305b73a68cecf1fb37303c04325f826bb
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,24 +1,23 @@
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: java
6
6
  authors:
7
7
  - Tony Arcieri
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2022-01-16 00:00:00.000000000 Z
10
+ date: 2025-05-04 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
13
+ name: bundler
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
18
  version: '0'
19
- name: bundler
20
- prerelease: false
21
19
  type: :development
20
+ prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - ">="
@@ -107,7 +106,6 @@ homepage: https://github.com/RubyCrypto/ed25519
107
106
  licenses:
108
107
  - MIT
109
108
  metadata: {}
110
- post_install_message:
111
109
  rdoc_options: []
112
110
  require_paths:
113
111
  - lib
@@ -115,15 +113,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
113
  requirements:
116
114
  - - ">="
117
115
  - !ruby/object:Gem::Version
118
- version: 2.4.0
116
+ version: '3.0'
119
117
  required_rubygems_version: !ruby/object:Gem::Requirement
120
118
  requirements:
121
119
  - - ">="
122
120
  - !ruby/object:Gem::Version
123
121
  version: '0'
124
122
  requirements: []
125
- rubygems_version: 3.2.29
126
- signing_key:
123
+ rubygems_version: 3.6.3
127
124
  specification_version: 4
128
125
  summary: An efficient digital signature library providing the Ed25519 algorithm
129
126
  test_files: []