redjubjub/src
Marek 4ff263fa62 Replace indices by "id"s.
The previous implementation was using an "index" to refer to a particular FROST
participant. These references are handled in a different manner now, so they
were changed to "id"s (identifiers).
2021-07-27 15:19:20 +01:00
..
messages Implement the messages spec (#114) 2021-06-16 16:13:23 -03:00
batch.rs Frost keygen with dealer (#47) 2021-02-25 09:06:54 -07:00
constants.rs Frost keygen with dealer (#47) 2021-02-25 09:06:54 -07:00
error.rs Frost keygen with dealer (#47) 2021-02-25 09:06:54 -07:00
frost.rs Replace indices by "id"s. 2021-07-27 15:19:20 +01:00
hash.rs Migrate to jubjub 0.6 2021-04-03 09:48:53 -04:00
lib.rs Remove extra module-level doc to allow doc = include_str to work 2021-06-22 16:37:36 -04:00
messages.rs Implement the messages spec (#114) 2021-06-16 16:13:23 -03:00
scalar_mul.rs Migrate to jubjub 0.6 2021-04-03 09:48:53 -04:00
signature.rs Implement the messages spec (#114) 2021-06-16 16:13:23 -03:00
signing_key.rs Migrate to jubjub 0.6 2021-04-03 09:48:53 -04:00
verification_key.rs Implement the messages spec (#114) 2021-06-16 16:13:23 -03:00