Scalar Product API Message Types. More...
Go to the source code of this file.
Data Structures | |
struct | AliceComputationMessage |
Message type passed from client to service to initiate a request or responder role. More... | |
struct | BobComputationMessage |
Message type passed from client to service to initiate a request or responder role. More... | |
struct | ComputationBobCryptodataMultipartMessage |
multipart messages following struct ComputationMessage More... | |
struct | ClientResponseMessage |
Message type passed from service client to finalize a session as requester or responder. More... | |
Macros | |
#define | LOG_GCRY(level, cmd, rc) |
Log an error message at log-level 'level' that indicates a failure of the command 'cmd' with the message given by gcry_strerror(rc). More... | |
Scalar Product API Message Types.
Definition in file scalarproduct.h.
#define LOG_GCRY | ( | level, | |
cmd, | |||
rc | |||
) |
Log an error message at log-level 'level' that indicates a failure of the command 'cmd' with the message given by gcry_strerror(rc).
Definition at line 35 of file scalarproduct.h.