Finish binding Tendermint into Tributary and define a Tributary master object

This commit is contained in:
Luke Parker
2023-04-13 18:43:03 -04:00
parent 5858b6c03e
commit e73a51bfa5
12 changed files with 245 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
use std::collections::HashMap;
use zeroize::Zeroizing;
use rand_core::{RngCore, OsRng};
use rand::{RngCore, rngs::OsRng};
use ciphersuite::{group::ff::Field, Ciphersuite, Ristretto};