mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-05 22:53:10 +00:00
put credible values for key
This commit is contained in:
parent
ef6d419aa1
commit
0a989fe711
@ -287,8 +287,8 @@ for i in range(32):
|
|||||||
index = randrange(0, Ql if core_or_leader else Qc,1)
|
index = randrange(0, Ql if core_or_leader else Qc,1)
|
||||||
|
|
||||||
# 4) One‐time key
|
# 4) One‐time key
|
||||||
K_one = F(randrange(0,p,1))
|
K_one = F(123456)
|
||||||
K_two = F(randrange(0,p,1))
|
K_two = F(654321)
|
||||||
|
|
||||||
# 5) Assemble JSON
|
# 5) Assemble JSON
|
||||||
inp = {
|
inp = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user