Remove unused import from test suite.

This commit is contained in:
Isis Lovecruft 2021-04-14 19:33:11 +00:00
parent 336939cf02
commit 9e387372e6
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -260,8 +260,6 @@ impl From<AllowUnreducedScalarBytes> for Scalar {
mod test {
use super::*;
use rand_core::OsRng;
#[test]
fn byte_basepoint_matches_edwards_scalar_mul() {
let mut scalar_bytes = [0x37; 32];