mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Support transcripts with 32-byte challenges in the DLEq crate
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user