mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Add note on feature-gating
This commit is contained in:
parent
95bf09a335
commit
dd8f17dfb3
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@
|
|||
//! An implementation of Mike Hamburg's Decaf cofactor-eliminating
|
||||
//! point-compression scheme, providing a prime-order group on top of
|
||||
//! a non-prime-order elliptic curve.
|
||||
//!
|
||||
//! Note: this code is currently feature-gated with the `yolocrypto`
|
||||
//! feature flag, because our implementation is still unfinished.
|
||||
|
||||
// We allow non snake_case names because coordinates in projective space are
|
||||
// traditionally denoted by the capitalisation of their respective
|
||||
|
|
|
|||
Loading…
Reference in a new issue