por: reduce s and challenge size for test vector generation
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
f3baf18fe7
commit
9456aad233
|
@ -11,8 +11,8 @@ import por
|
|||
import benchmark
|
||||
import strutils
|
||||
|
||||
const sectorsperblock = 1024.int64
|
||||
const querylen = 22
|
||||
const sectorsperblock = 1.int64
|
||||
const querylen = 1
|
||||
|
||||
proc testbls() : bool =
|
||||
benchmark "Key generation":
|
||||
|
|
Loading…
Reference in New Issue