Skip to content

Commit cec71aa

Browse files
committed
clean up
1 parent 88cbde3 commit cec71aa

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
@@ -616,7 +616,7 @@ mod tests {
616616
const MAX_CHUNK_VALUE: usize = BASE - 1;
617617
const EXPECTED_SUM: usize = NUM_CHUNKS * MAX_CHUNK_VALUE / 2;
618618
type IE = TargetSumEncoding<MH, EXPECTED_SUM>;
619-
const LOG_LIFETIME: usize = 10;
619+
const LOG_LIFETIME: usize = 6;
620620
type Sig = GeneralizedXMSSSignatureScheme<PRF, IE, TH, LOG_LIFETIME>;
621621

622622
Sig::internal_consistency_check();

0 commit comments

Comments
 (0)