ECDSA in documentation.

This commit is contained in:
Marcel Keller
2023-09-26 00:32:10 +10:00
parent 28751d38e0
commit 49560198d6
3 changed files with 5 additions and 1 deletions

View File

@@ -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`
contains the high-level programs while the two phases are implemented
in `preprocessing.hpp` and `sign.hpp`, respectively.

1
doc/ecdsa.md Symbolic link
View File

@@ -0,0 +1 @@
../ECDSA/README.md

View File

@@ -33,6 +33,7 @@ If you're new to MP-SPDZ, consider the following:
lowest-level
add-protocol
homomorphic-encryption
ecdsa
troubleshooting