Commit 31db70d
authored
Arkworks Elliptic Curve utils overhaul (paritytech#1870)
- Removal of Arkworks unit tests. These tests were just testing the
arkworks upstream implementation which should be assumed correct. This
is not the place to test well known dependencies.
- Removal of some over-engineering. We just store the calls to Arkworks
in one file. Per-curve sources are not required.
- Docs formatting
---
I also took the opportunity to bump the `bandersnatch-vrfs` crate
revision internally providing some new shiny stuff.1 parent aeda378 commit 31db70d
File tree
14 files changed
+209
-808
lines changed- substrate/primitives
- core
- src
- crypto/ec-utils
- src
- test-data
14 files changed
+209
-808
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 63 | + | |
72 | 64 | | |
73 | 65 | | |
74 | 66 | | |
| |||
538 | 530 | | |
539 | 531 | | |
540 | 532 | | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
| 533 | + | |
545 | 534 | | |
546 | 535 | | |
547 | 536 | | |
| |||
567 | 556 | | |
568 | 557 | | |
569 | 558 | | |
570 | | - | |
| 559 | + | |
571 | 560 | | |
572 | 561 | | |
573 | 562 | | |
| |||
583 | 572 | | |
584 | 573 | | |
585 | 574 | | |
586 | | - | |
| 575 | + | |
587 | 576 | | |
588 | 577 | | |
589 | 578 | | |
| |||
596 | 585 | | |
597 | 586 | | |
598 | 587 | | |
599 | | - | |
| 588 | + | |
600 | 589 | | |
601 | 590 | | |
602 | 591 | | |
| |||
610 | 599 | | |
611 | 600 | | |
612 | 601 | | |
613 | | - | |
614 | | - | |
| 602 | + | |
615 | 603 | | |
616 | 604 | | |
617 | 605 | | |
| |||
733 | 721 | | |
734 | 722 | | |
735 | 723 | | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
| 724 | + | |
740 | 725 | | |
741 | 726 | | |
742 | 727 | | |
| |||
792 | 777 | | |
793 | 778 | | |
794 | 779 | | |
795 | | - | |
| 780 | + | |
796 | 781 | | |
797 | 782 | | |
798 | 783 | | |
799 | 784 | | |
800 | | - | |
| 785 | + | |
801 | 786 | | |
802 | 787 | | |
803 | 788 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | 15 | | |
18 | | - | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 21 | + | |
27 | 22 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 23 | + | |
38 | 24 | | |
39 | 25 | | |
40 | 26 | | |
41 | 27 | | |
42 | | - | |
43 | 28 | | |
44 | 29 | | |
45 | 30 | | |
46 | 31 | | |
47 | 32 | | |
48 | 33 | | |
49 | | - | |
50 | 34 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 35 | | |
61 | 36 | | |
62 | 37 | | |
This file was deleted.
0 commit comments