mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Wibble
This commit is contained in:
parent
a743ea5348
commit
969940e954
1 changed files with 3 additions and 4 deletions
|
|
@ -11,10 +11,9 @@
|
|||
|
||||
//! Serial implementations of field, scalar, point arithmetic.
|
||||
//!
|
||||
//! When the vector backend is disabled, the crate uses the
|
||||
//! mixed-model strategy for implementing point operations and scalar
|
||||
//! multiplication; see the [`curve_models`](self::curve_models) and
|
||||
//! [`scalar_mul`] documentation for more information.
|
||||
//! When the vector backend is disabled, the crate uses the mixed-model strategy
|
||||
//! for implementing point operations and scalar multiplication; see the
|
||||
//! [`curve_models`] and [`scalar_mul`] documentation for more information.
|
||||
//!
|
||||
//! When the vector backend is enabled, the field and scalar
|
||||
//! implementations are still used for non-vectorized operations.
|
||||
|
|
|
|||
Loading…
Reference in a new issue