frost/src
Henry de Valence 8bcfeae920 Add a basic test.
This ran into problems with Clone/Copy bounds -- it seems like the
derived impls require that the phantom type T also be Clone / Copy /
Debug for the type to be.  This commit does a hacky fix that makes it
work for now, but it should be cleaned up later.
2019-12-04 11:45:44 -08:00
..
constants.rs Add byte encodings for Binding, SpendAuth basepoints. 2019-12-03 13:37:12 -08:00
error.rs Implement verification. 2019-12-04 11:45:37 -08:00
hash.rs Implement signing. 2019-12-04 11:45:30 -08:00
lib.rs Add a basic test. 2019-12-04 11:45:44 -08:00
public_key.rs Implement verification. 2019-12-04 11:45:37 -08:00
secret_key.rs Implement verification. 2019-12-04 11:45:37 -08:00
signature.rs Implement verification. 2019-12-04 11:45:37 -08:00