Proof

@Serializable
@SerialName(value = "proof")
data class Proof(val tag: ByteString) : TapAdmitMessage

Prover → verifier: HMAC-SHA256(code, nonce) proving knowledge of the join code.

Constructors

Link copied to clipboard
constructor(tag: ByteString)

Properties

Link copied to clipboard
@Serializable(with = TapByteStringSerializer::class)
val tag: ByteString