Class: ZKPoKWriteIn

verificatum.crypto.ZKPoKWriteIn()

new ZKPoKWriteIn()

Zero-knowledge proof needed to implement the Naor-Yung cryptosystem.
Source:

Extends

  • verificatum.arithm.ZKPoK

Methods

(static) makeLabel(label, instance)

Combines an arbitrary label with parts of the instance not included as input by the ZKPoK itself.
Parameters:
Name Type Description
label Label in the form of a byte array or byte tree.
instance Complete instance.
Source:
Returns:
Combined label.