frost/frost-core/src
Conrado Gouvea 9b5d88da72
refactor Lagrange coefficient computation (#436)
* refactor Lagrange coefficient computation

* A line

* Apply suggestions from code review

Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>

* address review comments; make compute_lagrange_coefficients() not pub by default

---------

Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
2023-07-19 16:47:09 +00:00
..
frost refactor Lagrange coefficient computation (#436) 2023-07-19 16:47:09 +00:00
tests refactor Lagrange coefficient computation (#436) 2023-07-19 16:47:09 +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 refactor Lagrange coefficient computation (#436) 2023-07-19 16:47:09 +00:00
frost.rs refactor Lagrange coefficient computation (#436) 2023-07-19 16:47:09 +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