Add a test for batch verification

This commit is contained in:
Luke Parker
2022-05-25 00:57:00 -04:00
parent 3a2e5bea0d
commit d45473b2bd
3 changed files with 43 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ use rand::rngs::OsRng;
use crate::{
Curve, schnorr, algorithm::{Hram, Schnorr},
tests::{key_gen, algorithm_machines, sign as sign_test, actual::secp256k1::{Secp256k1, TestHram}}
tests::{key_gen, algorithm_machines, sign as sign_test, literal::secp256k1::{Secp256k1, TestHram}}
};
const MESSAGE: &[u8] = b"Hello World";