We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b5fc8 commit 2173886Copy full SHA for 2173886
src/lib.rs
@@ -28,6 +28,7 @@ const DATASET_PARENTS: usize = 256;
28
const CACHE_ROUNDS: usize = 3;
29
const ACCESSES: usize = 64;
30
31
+/// Epoch length where cache and dataset is unchanged.
32
pub const EPOCH_LENGTH: usize = 30000;
33
34
/// Get the cache size required given the block number.
0 commit comments