Function glycos::crypto::ec::ops::random_scalar [−][src]
pub fn random_scalar<R: SecureRandom>(rng: &R) -> Result<Scalar>Expand description
Replacement for curve25519_dalek random,
since it depends on rand crate.
