Remove unused import, fix dirty Cargo.lock

This commit is contained in:
Luke Parker
2025-08-19 16:22:54 -04:00
parent 1b37dd2951
commit f6d4d1b084
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ use group::ff::PrimeField;
use elliptic_curve::{
generic_array::GenericArray,
bigint::{NonZero, CheckedAdd, Encoding, U384, U512},
bigint::{NonZero, CheckedAdd, Encoding, U384},
hash2curve::{Expander, ExpandMsg, ExpandMsgXmd},
};