|
| 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) |
|
0 commit comments