serai/crypto
Luke Parker 05dc474cb3
Correct std feature-flagging
If a crate has std set, it should enable std for all dependencies in order to
let them properly select which algorithms to use. Some crates fallback to
slower/worse algorithms on no-std.

Also more aggressively sets default-features = false leading to a *10%*
reduction in the amount of crates coordinator builds.
2023-10-31 07:44:02 -04:00
..
ciphersuite Correct std feature-flagging 2023-10-31 07:44:02 -04:00
dalek-ff-group Correct std feature-flagging 2023-10-31 07:44:02 -04:00
dkg Correct std feature-flagging 2023-10-31 07:44:02 -04:00
dleq Correct std feature-flagging 2023-10-31 07:44:02 -04:00
ed448 Correct std feature-flagging 2023-10-31 07:44:02 -04:00
ff-group-tests Update crypto/ package versions 2023-08-08 18:19:01 -04:00
frost Document H1's mismatch between the FROST preprint and IETF draft 2023-09-15 14:16:15 -04:00
multiexp Correct std feature-flagging 2023-10-31 07:44:02 -04:00
schnorr Correct std feature-flagging 2023-10-31 07:44:02 -04:00
schnorrkel Start relying on curve25519-dalek's group feature 2023-09-12 08:56:30 -04:00
transcript Correct std feature-flagging 2023-10-31 07:44:02 -04:00