klefki.zkp.schnorr

Module Contents

Classes

NIZKSchnoor

ref: https://crypto.stanford.edu/cs355/19sp/lec5.pdf

class klefki.zkp.schnorr.NIZKSchnoor

Bases: klefki.zkp.sigma.NIZK

ref: https://crypto.stanford.edu/cs355/19sp/lec5.pdf https://tools.ietf.org/html/rfc8235

static proof(x: CF)
static verify(u, h, c, z)