formatting and default toolchain
This commit is contained in:
parent
c5e7d1f7b5
commit
cb5953f79a
2 changed files with 3 additions and 1 deletions
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "stable"
|
||||
|
|
@ -2,7 +2,7 @@ pub use crypto_bigint::{ConstChoice, Encoding, NonZero, U256};
|
|||
use std::fmt::{Display, Formatter};
|
||||
use std::ops::{Div, Mul};
|
||||
|
||||
#[cfg(feature = "rand")] use crypto_bigint::{Random, rand_core::OsRng};
|
||||
#[cfg(feature = "rand")] use crypto_bigint::{rand_core::OsRng, Random};
|
||||
|
||||
|
||||
/// By^2 = x^3 + Ax^2 + x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue