Skip to content

Commit 81f9ea4

Browse files
Charles Edward Gagnoncarloskiki
authored andcommitted
fix README
1 parent e4da593 commit 81f9ea4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ed25519-dalek/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ This crate is `#[no_std]` compatible with `default-features = false`.
2121
| `fast` || Enables the use of precomputed tables for curve arithmetic. Makes key generation, signing, and verifying faster. |
2222
| `zeroize` || Implements `Zeroize` and `ZeroizeOnDrop` for `SigningKey` |
2323
| `rand_core` | | Enables `SigningKey::generate` |
24-
| `batch` | | Enables `verify_batch` for verifying many signatures quickly. Also enables `rand_core`. |
25-
| `digest` | | Enables `Context`, `SigningKey::{with_context, sign_prehashed}` and `VerifyingKey::{with_context, verify_prehashed, verify_prehashed_strict}` for Ed25519ph prehashed signatures. Also implements `KeySizeUser` for `SigningKey` and `VerifyingKey`, and implements `KeyInit` for `SigningKey`. |
26-
| `asm` | | Enables assembly optimizations in the SHA-512 compression functions |
24+
| `batch` | | Enables `verify_batch` for verifying many signatures quickly. Also enables `alloc` and `rand_core`. |
25+
| `digest` | | Enables `Context`, `SigningKey::{with_context, sign_prehashed}` and `VerifyingKey::{with_context, verify_prehashed, verify_prehashed_strict}` for Ed25519ph prehashed signatures. Also implements `KeySizeUser` for `SigningKey` and `VerifyingKey`. |
2726
| `pkcs8` | | Enables [PKCS#8](https://en.wikipedia.org/wiki/PKCS_8) serialization/deserialization for `SigningKey` and `VerifyingKey` |
2827
| `pem` | | Enables PEM serialization support for PKCS#8 private keys and SPKI public keys. Also enables `alloc`. |
2928
| `legacy_compatibility` | | **Unsafe:** Disables certain signature checks. See [below](#malleability-and-the-legacy_compatibility-feature) |

0 commit comments

Comments
 (0)