interface HaLoNoncePCDProof {
    cleanedSignature: string;
    signedDigest: string;
}

Properties

cleanedSignature: string

The cleaned signature of the nonce + random string,

signedDigest: string

The signed digest, consisting of the nonce concatenated with a random string

Generated using TypeDoc