Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
#include "libzeth/circuits/binary_operation.hpp"
#include "libzeth/circuits/blake2s/g_primitive.hpp"
#include "libzeth/circuits/circuit_utils.hpp"
#include "libzeth/core/bits.hpp"
#include "libzeth/core/utils.hpp"
#include <libsnark/gadgetlib1/gadget.hpp>
#include <libsnark/gadgetlib1/gadgets/basic_gadgets.hpp>
#include <libsnark/gadgetlib1/gadgets/hashes/hash_io.hpp>
#include <math.h>
#include "libzeth/circuits/blake2s/blake2s_comp.tcc"
#include "libzeth/circuits/blake2s/blake2s_comp_setup.tcc"
Go to the source code of this file.
Classes | |
class | libzeth::BLAKE2s_256_comp< FieldT > |
Namespaces | |
libzeth | |
Variables | |
const size_t | libzeth::BLAKE2s_digest_size = 256 |
const size_t | libzeth::BLAKE2s_block_size = 512 |
const size_t | libzeth::BLAKE2s_word_number = 16 |
Number of words composing the state of BLAKE2s. More... | |
const size_t | libzeth::BLAKE2s_word_size = 32 |
Bit-length of the words composing the state of BLAKE2s. More... | |