mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-08 21:00:38 +00:00
cleanup warning
This commit is contained in:
parent
12e406ce05
commit
077d5a1fba
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ cfg_if! {
|
||||||
///
|
///
|
||||||
/// The `FieldElement` type is an alias for one of the platform-specific
|
/// The `FieldElement` type is an alias for one of the platform-specific
|
||||||
/// implementations.
|
/// implementations.
|
||||||
pub type FieldElement = backend::serial::u32e::field::Engine25519;
|
pub type FieldElement = Engine25519;
|
||||||
|
|
||||||
} else if #[cfg(curve25519_dalek_backend = "fiat")] {
|
} else if #[cfg(curve25519_dalek_backend = "fiat")] {
|
||||||
/// A `FieldElement` represents an element of the field
|
/// A `FieldElement` represents an element of the field
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue