frost/frost-core/src
Conrado Gouvea b2c605aac1
remove identifiers from structs that are communicated (#397)
* WIP of removing the identifier in structs that are communicated. Working for SigningCommitments for ristretto255

* removed identifier from SignatureShare

* remove identifiers from DKG packages

* replicate to other ciphersuites; simplify SignatureShare

* update changelog

* fix SignatureShare encoding
2023-07-05 10:39:25 +00:00
..
frost remove identifiers from structs that are communicated (#397) 2023-07-05 10:39:25 +00:00
tests remove identifiers from structs that are communicated (#397) 2023-07-05 10:39:25 +00:00
batch.rs add Identifier to InvalidSignatureShare and split Error type (#183) 2022-12-12 22:04:10 +00:00
benches.rs remove identifiers from structs that are communicated (#397) 2023-07-05 10:39:25 +00:00
error.rs allow specifying identifiers in generate_with_dealer (#419) 2023-06-30 18:29:26 +00:00
frost.rs remove identifiers from structs that are communicated (#397) 2023-07-05 10:39:25 +00:00
lib.rs add support for deriving identifiers from arbitary strings (#418) 2023-06-30 15:45:46 +00:00
scalar_mul.rs Make multiscalar multiplication generic for any scalar field size (#347) 2023-05-16 23:48:51 +00:00
signature.rs remove commented out code (#427) 2023-07-03 17:00:11 +00:00
signing_key.rs convert all usages of from/to_bytes() to (de)serialize() (#426) 2023-07-03 08:18:19 +00:00
tests.rs Refactor test folders (#366) 2023-05-31 21:23:29 +00:00
verifying_key.rs remove commented out code (#427) 2023-07-03 17:00:11 +00:00