mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
ed: Fix README feature matrix (#900)
This commit is contained in:
parent
eb7df80805
commit
71d7e870d7
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ This crate is `#[no_std]` compatible with `default-features = false`.
|
|||
|
||||
| Feature | Default? | Description |
|
||||
| :--- | :--- | :--- |
|
||||
| `alloc` | ✓ | When `pkcs8` is enabled, implements `EncodePrivateKey`/`EncodePublicKey` for `SigningKey`/`VerifyingKey`, respectively. |
|
||||
| `alloc` | | When `pkcs8` is enabled, implements `EncodePrivateKey`/`EncodePublicKey` for `SigningKey`/`VerifyingKey`, respectively. |
|
||||
| `fast` | ✓ | Enables the use of precomputed tables for curve arithmetic. Makes key generation, signing, and verifying faster. |
|
||||
| `zeroize` | ✓ | Implements `Zeroize` and `ZeroizeOnDrop` for `SigningKey` |
|
||||
| `rand_core` | | Enables `SigningKey::generate` |
|
||||
|
|
|
|||
Loading…
Reference in a new issue