reddsa/src/frost
Conrado Gouvea 08bb408846
add Pallas and Jubjub ciphersuites and FROST support (#33)
* clippy fixes; remove old FROST code

* add RedPallas ciphersuite and FROST support

* organized code

* simplified version

* remove randomized_frost; point to frost-randomized crate

* move rerandomized test to frost-rerandomized; clean up dependencies; add 'frost' feature

* remove stale comment

* add Jubjub support

* add torsion and identity checks where needed; tests

* Apply suggestions from code review

Co-authored-by: Marek <mail@marek.onl>

* Apply suggestions from code review

Co-authored-by: Marek <mail@marek.onl>

* change Jubjub serialize() to use to_bytes(); add comment to Pallas serialize()

* update frost-rerandomized version

* unpin nightly Rust in coverage.yaml

* fix conditional hex dependency

* move FROST code inside frost folder

* Apply suggestions from code review

Co-authored-by: Marek <mail@marek.onl>

---------

Co-authored-by: Marek <mail@marek.onl>
Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
2023-02-28 00:01:50 +01:00
..
redjubjub add Pallas and Jubjub ciphersuites and FROST support (#33) 2023-02-28 00:01:50 +01:00
redpallas add Pallas and Jubjub ciphersuites and FROST support (#33) 2023-02-28 00:01:50 +01:00
redjubjub.rs add Pallas and Jubjub ciphersuites and FROST support (#33) 2023-02-28 00:01:50 +01:00
redpallas.rs add Pallas and Jubjub ciphersuites and FROST support (#33) 2023-02-28 00:01:50 +01:00