formatting and default toolchain

This commit is contained in:
Neemek 2025-10-09 21:47:54 +02:00
parent c5e7d1f7b5
commit cb5953f79a
2 changed files with 3 additions and 1 deletions

2
rust-toolchain.toml Normal file
View file

@ -0,0 +1,2 @@
[toolchain]
channel = "stable"

View file

@ -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