Skip to content

Commit 88cbde3

Browse files
committed
revert again
1 parent f5dbf6c commit 88cbde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/signature/generalized_xmss.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ mod tests {
677677
type MH = PoseidonMessageHash<4, 8, 8, 32, 256, 2, 9>;
678678
const TARGET_SUM: usize = 1 << 12;
679679
type IE = TargetSumEncoding<MH, TARGET_SUM>;
680-
const LOG_LIFETIME: usize = 6;
680+
const LOG_LIFETIME: usize = 10;
681681
type Sig = GeneralizedXMSSSignatureScheme<PRF, IE, TH, LOG_LIFETIME>;
682682

683683
Sig::internal_consistency_check();

0 commit comments

Comments
 (0)