Support transcripts with 32-byte challenges in the DLEq crate

This commit is contained in:
Luke Parker
2022-07-09 00:38:19 -04:00
parent f8760ae021
commit 5942492519
2 changed files with 12 additions and 7 deletions

View File

@@ -158,7 +158,7 @@ fn test_rejection_sampling() {
// Either would work
EfficientLinearDLEq::prove_without_bias(
&mut OsRng,
&mut RecommendedTranscript::new(b""),
&mut transcript(),
generators(),
pow_2
).is_none()