mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
ECDSA in documentation.
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
This directory contains the code used for the benchmarks by [Dalskov
|
### Threshold ECDSA
|
||||||
|
|
||||||
|
The ECDSA directory contains the code used for the benchmarks by [Dalskov
|
||||||
et al.](https://eprint.iacr.org/2019/889) `*-ecdsa-party.cpp`
|
et al.](https://eprint.iacr.org/2019/889) `*-ecdsa-party.cpp`
|
||||||
contains the high-level programs while the two phases are implemented
|
contains the high-level programs while the two phases are implemented
|
||||||
in `preprocessing.hpp` and `sign.hpp`, respectively.
|
in `preprocessing.hpp` and `sign.hpp`, respectively.
|
||||||
|
|||||||
1
doc/ecdsa.md
Symbolic link
1
doc/ecdsa.md
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../ECDSA/README.md
|
||||||
@@ -33,6 +33,7 @@ If you're new to MP-SPDZ, consider the following:
|
|||||||
lowest-level
|
lowest-level
|
||||||
add-protocol
|
add-protocol
|
||||||
homomorphic-encryption
|
homomorphic-encryption
|
||||||
|
ecdsa
|
||||||
troubleshooting
|
troubleshooting
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user