Skip to content

Commit 53f5353

Browse files
committed
Merge branch 'master' of https://github.com/hyperhyperspace/hyperhyperspace-core into master
2 parents f1b6902 + 711a053 commit 53f5353

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/randomness-beacon/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import * as readline from 'readline';
2323
import { VDF } from './model/VDF';
2424

2525

26-
const STEPS = 10000;
26+
const STEPS = 300000;
2727

2828
function initResources(): Resources {
2929
return { store: new Store(new MemoryBackend(new RNGImpl().randomHexString(128))), mesh: new Mesh(), config: {}, aliasing: new Map()};

examples/randomness-beacon/model/VDF.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const createVdf = require('@subspace/vdf').default;
55

66
class VDF {
77

8-
static BITS = 1024;
8+
static BITS = 256;
99

1010
static log = new Logger(VDF.name, LogLevel.TRACE)
1111

0 commit comments

Comments
 (0)