Skip to content

Commit 0920a20

Browse files
committed
Fix rebase
1 parent f373dc5 commit 0920a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/p11.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ struct RandomCache {
363363
}
364364

365365
impl RandomCache {
366-
const SIZE: usize = 256;
366+
const SIZE: usize = 4096;
367367
const CUTOFF: usize = 32;
368368

369369
// Const constructor for compile-time initialization in thread_local!.

0 commit comments

Comments
 (0)