barretenberg
Loading...
Searching...
No Matches
src
barretenberg
stdlib
hash
blake2s
blake2s.hpp
1
#pragma once
2
#include "barretenberg/stdlib/primitives/byte_array/byte_array.hpp"
3
#include "barretenberg/stdlib/primitives/circuit_builders/circuit_builders_fwd.hpp"
4
5
namespace
proof_system::plonk
{
6
namespace
stdlib {
7
8
template
<
typename
Builder> byte_array<Builder> blake2s(
const
byte_array<Builder>& input);
9
10
#define BLAKE2S(circuit_type) byte_array<circuit_type> blake2s(const byte_array<circuit_type>& input)
11
12
EXTERN_STDLIB_METHOD(BLAKE2S)
13
14
}
// namespace stdlib
15
}
// namespace proof_system::plonk
proof_system::plonk
Definition:
widget.bench.cpp:13
Generated by
1.9.6