|
| 1 | +## v0.4.2 |
| 2 | +* Update links, add info about our discord [#44] |
| 3 | + |
| 4 | +[#44]: https://github.com/LFDT-Lockness/generic-ec/pull/44 |
| 5 | + |
1 | 6 | ## v0.4.1
|
2 | 7 | * Fix `no_std` support [#43]
|
3 | 8 |
|
4 |
| -[#43]: https://github.com/dfns/generic-ec/pull/43 |
| 9 | +[#43]: https://github.com/LFDT-Lockness/generic-ec/pull/43 |
5 | 10 |
|
6 | 11 | ## v0.4.0
|
7 | 12 | * Update `udigest` to v0.2 [#40]
|
8 | 13 | * Add hash to scalar primitive [#40]
|
9 | 14 |
|
10 |
| -[#40]: https://github.com/dfns/generic-ec/pull/40 |
| 15 | +[#40]: https://github.com/LFDT-Lockness/generic-ec/pull/40 |
11 | 16 |
|
12 | 17 | ## v0.3.0
|
13 | 18 | * Rework `generic_ec::multiscalar` API, optimize Straus algorithm, add Dalek, remove
|
|
16 | 21 | * Remove `hash_to_curve` primitive from library API [#34]
|
17 | 22 | * Add `Scalar::is_zero` method [#35]
|
18 | 23 |
|
19 |
| -[#30]: https://github.com/dfns/generic-ec/pull/30 |
20 |
| -[#34]: https://github.com/dfns/generic-ec/pull/34 |
21 |
| -[#35]: https://github.com/dfns/generic-ec/pull/35 |
| 24 | +[#30]: https://github.com/LFDT-Lockness/generic-ec/pull/30 |
| 25 | +[#34]: https://github.com/LFDT-Lockness/generic-ec/pull/34 |
| 26 | +[#35]: https://github.com/LFDT-Lockness/generic-ec/pull/35 |
22 | 27 |
|
23 | 28 | ## v0.2.4
|
24 | 29 | * Add `generic_ec::multiscalar` which helps optimizing multiscalar multiplication [#29]
|
25 | 30 |
|
26 |
| -[#29]: https://github.com/dfns/generic-ec/pull/29 |
| 31 | +[#29]: https://github.com/LFDT-Lockness/generic-ec/pull/29 |
27 | 32 |
|
28 | 33 | ## v0.2.3
|
29 | 34 | * Add `generic_ec::serde::PreferCompact` that serializes points/scalars in compact form,
|
30 | 35 | but deserialization recognizes both compact and non-compact formats [#28]
|
31 | 36 |
|
32 |
| -[#28]: https://github.com/dfns/generic-ec/pull/28 |
| 37 | +[#28]: https://github.com/LFDT-Lockness/generic-ec/pull/28 |
33 | 38 |
|
34 | 39 | ## v0.2.2
|
35 | 40 | * Implement `serde_with::SerializeAs<&T>` for `generic_ec::serde::Compact` when `T` is
|
36 | 41 | serializable via `Compact` [#27]
|
37 | 42 |
|
38 |
| -[#27]: https://github.com/dfns/generic-ec/pull/27 |
| 43 | +[#27]: https://github.com/LFDT-Lockness/generic-ec/pull/27 |
39 | 44 |
|
40 | 45 | ## v0.2.1
|
41 | 46 | * Make `generic_ec::serde` module always available even when `serde` feature is disabled [#25]
|
42 | 47 |
|
43 |
| -[#25]: https://github.com/dfns/generic-ec/pull/25 |
| 48 | +[#25]: https://github.com/LFDT-Lockness/generic-ec/pull/25 |
44 | 49 |
|
45 | 50 | ## v0.2.0
|
46 | 51 |
|
|
0 commit comments