frost/frost-core/src
natalie 2668555f38
Refactor test folders (#366)
* move test functions that differ from other ciphersuites to make gencode simpler to use (#364)

* Refactored folder structure for ristretto255 (#364)

* Add batch and signing tests folders to ristretto255 (#364)

* Refactor test folders for ed25519 (#364)

* Refactor test folders for ed448 (#364)

* Refactor test folders for ed448 (#364)

* Refactor test folders for secp256k1 (#364)

* Refactor test folders for frost-core (#364)

Update ciphersuites due to refactoring in core

* Update coverage tool to exclude new test files (#364)

* Rename signing_tests to ciphersuite_generic_tests to match frost-core (#364)

* Set default branch as main in codecov (#364)

* Fix incorrect file name in gencode (#364)

* Remove test file targets in gencode and replace with only md files (#364)

* Rename helper_functions to helpers (#364)

Remove unecessary test traits

* Rename ciphersuite tests (#364)

* Rename test_helpers to helpers (#364)

* move tests to integration_tests (#364)

* Re-add dkg.rs and repairable.rs to gendoc (#364)

* Refactored rest of ciphersuite integration tests (#364)

* Fix fmt in gencode (#364)
2023-05-31 21:23:29 +00:00
..
frost Make CoefficientCommitment and VerifiableSecretSharingCommitment accessible (#361) 2023-05-30 13:17:21 +00:00
tests Refactor test folders (#366) 2023-05-31 21:23:29 +00:00
batch.rs add Identifier to InvalidSignatureShare and split Error type (#183) 2022-12-12 22:04:10 +00:00
benches.rs add split_key; additional refactorings (#314) 2023-05-19 09:54:52 +00:00
error.rs Make CoefficientCommitment and VerifiableSecretSharingCommitment accessible (#361) 2023-05-30 13:17:21 +00:00
frost.rs add split_key; additional refactorings (#314) 2023-05-19 09:54:52 +00:00
lib.rs Add from_scalar. (#331) 2023-04-27 17:40:55 +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 Expose internals to support randomization (simplified) (#152) 2023-01-06 04:26:13 +00:00
signing_key.rs add split_key; additional refactorings (#314) 2023-05-19 09:54:52 +00:00
tests.rs Refactor test folders (#366) 2023-05-31 21:23:29 +00:00
verifying_key.rs Expose internals to support randomization (simplified) (#152) 2023-01-06 04:26:13 +00:00