Correct no-std builds for monero-clsag and monero-bulletproofs

This commit is contained in:
Luke Parker
2024-06-15 17:06:54 -04:00
parent f7c13fd1ca
commit d9107b53a6
9 changed files with 10 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
use std_shims::{vec::Vec, sync::OnceLock};
use std_shims::{vec, vec::Vec, sync::OnceLock};
use rand_core::{RngCore, CryptoRng};
use subtle::{Choice, ConditionallySelectable};