mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 14:09:25 +00:00
Correct no-std builds for monero-clsag and monero-bulletproofs
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user