SignatureCorrectnessProof

Represents a signature correctness proof for verifying the correctness of a signature.

Constructors

Link copied to clipboard
constructor(se: String, c: String)

Properties

Link copied to clipboard
val c: String

The response value that represents the proof.

Link copied to clipboard
val se: String

The scalar value that represents the proof.