MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include "blake2b.h"
Namespaces | |
encrypto | |
encrypto::motion | |
Functions | |
Blake2bCtx | encrypto::motion::NewBlakeCtx () |
void | encrypto::motion::Blake2b (std::uint8_t *message, std::uint8_t digest[64], std::size_t length, EVP_MD_CTX *context) |
void | encrypto::motion::Blake2b (std::uint8_t *message, std::uint8_t digest[64], std::size_t length, Blake2bCtx &b) |