mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-12 00:51:28 +01:00
Add Wasm support (#125)
* Add Wasm support * Use SeedableRng for Wasm randomness * Fix tests * Formatting
This commit is contained in:
@@ -14,8 +14,7 @@ use pasta_curves::{
|
||||
group::{Curve, Group as AnotherGroup, GroupEncoding},
|
||||
pallas, vesta, Ep, Eq,
|
||||
};
|
||||
use rand::SeedableRng;
|
||||
use rand_chacha::ChaCha20Rng;
|
||||
use rand_chacha::{rand_core::SeedableRng, ChaCha20Rng};
|
||||
use sha3::Shake256;
|
||||
use std::io::Read;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user