mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-03 20:13:48 +00:00
Move documentation of yolocrypto feature in README.
This commit is contained in:
parent
ebf0801dfc
commit
4a54f66a48
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
|
@ -59,10 +59,6 @@ extern crate curve25519_dalek;
|
|||
|
||||
# Backends and Features
|
||||
|
||||
The `yolocrypto` feature enables experimental features. The name `yolocrypto`
|
||||
is meant to indicate that it is not considered production-ready, and we do not
|
||||
consider `yolocrypto` features to be covered by semver guarantees.
|
||||
|
||||
The `std` feature is enabled by default, but it can be disabled.
|
||||
|
||||
The `nightly` feature enables nightly-only features. **It is recommended for security**.
|
||||
|
|
@ -93,6 +89,13 @@ cargo bench --no-default-features --features "std u64_backend"
|
|||
cargo bench --no-default-features --features "std avx2_backend"
|
||||
```
|
||||
|
||||
The `yolocrypto` feature enables experimental features. The name `yolocrypto`
|
||||
is meant to indicate that it is not considered production-ready, and we do not
|
||||
consider `yolocrypto` features to be covered by semver guarantees.
|
||||
This is designed to make it easier to test intended new features
|
||||
without having to stabilise them first. Use `yolocrypto` at your own,
|
||||
obvious, risk.
|
||||
|
||||
# Contributing
|
||||
|
||||
Please see [CONTRIBUTING.md][contributing].
|
||||
|
|
|
|||
Loading…
Reference in a new issue