mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-05 20:10:35 +00:00
Update warning statement on production readiness in README.
This commit is contained in:
parent
11aa71fb8d
commit
ebf0801dfc
1 changed files with 3 additions and 3 deletions
|
|
@ -26,10 +26,10 @@ prime-order group from a non-prime-order Edwards curve. This provides the
|
|||
speed and safety benefits of Edwards curve arithmetic, without the pitfalls of
|
||||
cofactor-related abstraction mismatches.
|
||||
|
||||
## WARNING
|
||||
## Stability
|
||||
|
||||
We do not yet consider this code to be production-ready. We intend to
|
||||
stabilize a production-ready version `1.0` soon.
|
||||
We have recently released a `1.0.0-pre.0` version of `curve25519-dalek` and
|
||||
would greatly appreciate testing and feedback on our API and performance.
|
||||
|
||||
# Documentation
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue