CommutativeScheme
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun verifyEncrypt(prev: ByteArray, next: ByteArray, proof: EncryptProof, pubKey: SchemeKey): Boolean
Link copied to clipboard
abstract fun verifyStrip(prev: ByteArray, next: ByteArray, proof: StripProof, pubKey: SchemeKey): Boolean