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
|`serde`|| Enables `serde` serialization/deserialization for all the point and scalar types. |
57
57
|`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
|`group`|| Enables external `group` and `ff` crate traits |
59
+
|`elligator2`|| Enables elligator2 functionality for supported types. This allows curve points to be encoded to uniform random representatives, and 32 byte values to be mapped (back) to curve points. |
59
60
60
61
To disable the default features when using `curve25519-dalek` as a dependency,
61
62
add `default-features = false` to the dependency in your `Cargo.toml`. To
0 commit comments