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