por: reduce s and challenge size for test vector generation

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2022-06-09 02:31:48 +02:00
parent f3baf18fe7
commit 9456aad233
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 2 additions and 2 deletions

View File

@ -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":