MOTION  0.01
Framework for mixed-protocol multi-party computation
Namespaces | Functions
blake2b.cpp File Reference
#include "blake2b.h"
Include dependency graph for blake2b.cpp:

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)