serai/crypto
Luke Parker 133c1222ad
Remove C::F_len, C::G_len for F_len<C> and G_len<C>
Relies on the ff/group API, instead of the custom Curve type.

Also removes GENERATOR_TABLE, only used by dalek, as we should provide 
our own API for that over ff/group instead. This slows down the FROST 
tests, under debug, by about 0.2-0.3s. Ed25519 and Ristretto together 
take ~2.15 seconds now.
2022-06-30 18:46:18 -04:00
..
dalek-ff-group Implement PrimeFieldBits for dalek-ff-group 2022-06-30 03:17:15 -04:00
dleq Unify the cross-group DLEq challenges 2022-06-30 11:23:13 -04:00
frost Remove C::F_len, C::G_len for F_len<C> and G_len<C> 2022-06-30 18:46:18 -04:00
multiexp Implement variable-sized windows into multiexp 2022-06-30 09:30:24 -04:00
transcript Enable no_std on transcript 2022-06-28 04:02:56 -04:00