We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 775d20f + fc16eb3 commit dcdbd1fCopy full SHA for dcdbd1f
python/chilldkg_ref/simplpedpop.py
@@ -35,7 +35,7 @@ def pop_msg(idx: int) -> bytes:
35
return idx.to_bytes(4, byteorder="big")
36
37
38
-def pop_prove(seckey: bytes, idx: int, aux_rand: bytes = 32 * b"\x00") -> Pop:
+def pop_prove(seckey: bytes, idx: int) -> Pop:
39
sig = schnorr_sign(
40
pop_msg(idx), seckey, aux_rand=random_bytes(32), tag_prefix=POP_MSG_TAG
41
)
0 commit comments