Correct imports for no-std

This commit is contained in:
Luke Parker
2024-07-04 01:01:31 -04:00
parent 08169e29bb
commit 3de89c717d
17 changed files with 29 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
#![allow(non_snake_case)]
use std_shims::sync::OnceLock;
use std_shims::{sync::OnceLock, vec};
use curve25519_dalek::{constants::ED25519_BASEPOINT_POINT, scalar::Scalar, edwards::EdwardsPoint};