You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`legacy_compatibility`|| Enables `Scalar::from_bits`, which allows the user to build unreduced scalars whose arithmetic is broken. Do not use this unless you know what you're doing. |
58
58
|`hazmat`|| Enables `FieldElement` satisfying `ff` traits and bespoke traits for lazy reduction |
59
59
|`group`|| Enables external `group` and `ff` crate traits. |
60
-
|`group-bits`|| Enables `group` and impls `ff::PrimeFieldBits` for `Scalar`, and `FieldElement` if `expose-field`. |
60
+
|`group-bits`|| Enables `group` and impls `ff::PrimeFieldBits` for `Scalar`, and `FieldElement` if `hazmat`.|
61
61
62
62
To disable the default features when using `curve25519-dalek` as a dependency,
63
63
add `default-features = false` to the dependency in your `Cargo.toml`. To
0 commit comments