Package-level declarations

Types

Link copied to clipboard

Abstract base class for Longfellow-based ZK systems implementing ZkSystem.

Link copied to clipboard
data class LongfellowZkSystemSpec(val system: String, val circuitHash: String, val numAttributes: Long, val version: Long)

Kotlin representation of the native ZkSpecStruct

Link copied to clipboard
data class Proof(val timestamp: String, val proof: ByteString)

ZK Proof and timestamp used to generate the proof.

Link copied to clipboard

Exception thrown when the prover fails to generate a proof.