Commit d5355ef
authored
Removes the bound from the `CurveArithmetic::Scalar` associated type.
I was attempting to figure out why this issue didn't result in any bugs:
RustCrypto/elliptic-curves#1319
It appears to be completely unused.
The easiest way to fix that bug is to delete all of the relevant code.
1 parent a10ef18 commit d5355ef
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
0 commit comments