mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-10 07:07:57 -05:00
fix: PRF bench (#363)
This commit is contained in:
@@ -9,6 +9,8 @@ async fn bench_prf() {
|
||||
let mut leader = MpcPrf::new(leader_vm.new_thread("bench_thread").await.unwrap());
|
||||
let mut follower = MpcPrf::new(follower_vm.new_thread("bench_thread").await.unwrap());
|
||||
|
||||
futures::try_join!(leader.setup(), follower.setup()).unwrap();
|
||||
|
||||
let pms = [42u8; 32];
|
||||
|
||||
let client_random = [0u8; 32];
|
||||
|
||||
Reference in New Issue
Block a user