cggmp21 0.6.3

TSS ECDSA implementation based on CGGMP21 paper
Documentation
1
2
3
4
5
6
7
### Correctness

This key share was checked to be valid and consistent. In order to
keep it valid and consistent, only immutable access to its fields is
provided. In case mutable access is needed, it can be converted into
dirty key share using [`.into_inner()`](Valid::into_inner) method.