serai/crypto/frost/src/curve
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.rs Remove C::F_len, C::G_len for F_len<C> and G_len<C> 2022-06-30 18:46:18 -04:00
kp256.rs Remove C::F_len, C::G_len for F_len<C> and G_len<C> 2022-06-30 18:46:18 -04:00
mod.rs Remove C::F_len, C::G_len for F_len<C> and G_len<C> 2022-06-30 18:46:18 -04:00