package com.webank.wedpr.crypto.proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BytesToBytesPair

ot.proto:34

Pair of id and message bytes.

Used in: DataDict

message DataDict

ot.proto:40

Dict of id and message bytes.

message IdList

ot.proto:45

List of ids.

message OtCiphertextItemKOutOfN

ot.proto:22

Sender's ciphertext item for a single encrypted message of k-out-of-n OT.

Used in: OtCiphertextsKOutOfN

message OtCiphertextsKOutOfN

ot.proto:29

Sender's ciphertext collection of k-out-of-n OT.

message PBBalanceProof

zkp.proto:12

ZKP data to verify the balance relationship among value commitments. For example, given C(x), C(y), C(z), this proof data can be used to verify whether x * y =? z.

message PBEqualityProof

zkp.proto:29

ZKP data to verify the equality relationship among value commitments. For example, given C(x), C(y), this proof data can be used to verify whether x =? y.

message ReceiverCommitmentKOutOfN

ot.proto:15

Receiver's commitment for the chosen messages during k-out-of-n OT.

message ReceiverSecretKOutOfN

ot.proto:10

Receiver's secret to decrypt the chosen messages during k-out-of-n OT.