Skip to content

Commit b70643a

Browse files
committed
Remove stray mention to expose-field
1 parent 9d98b18 commit b70643a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curve25519-dalek/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ curve25519-dalek = ">= 5.0, < 5.2"
5757
| `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. |
5858
| `hazmat` | | Enables `FieldElement` satisfying `ff` traits and bespoke traits for lazy reduction |
5959
| `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`. |
6161

6262
To disable the default features when using `curve25519-dalek` as a dependency,
6363
add `default-features = false` to the dependency in your `Cargo.toml`. To

0 commit comments

Comments
 (0)