Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
poseidon2.cpp
Go to the documentation of this file.
1
// === AUDIT STATUS ===
2
// internal: { status: not started, auditors: [], date: YYYY-MM-DD }
3
// external_1: { status: not started, auditors: [], date: YYYY-MM-DD }
4
// external_2: { status: not started, auditors: [], date: YYYY-MM-DD }
5
// =====================
6
7
#include "
poseidon2.hpp
"
8
9
namespace
bb::crypto
{
13
template
<
typename
Params>
14
typename
Poseidon2<Params>::FF
Poseidon2<Params>::hash
(
const
std::vector<
typename
Poseidon2<Params>::FF
>& input)
15
{
16
return
Sponge::hash_internal(input);
17
}
18
19
template
class
Poseidon2<Poseidon2Bn254ScalarFieldParams>
;
20
}
// namespace bb::crypto
bb::crypto::merkle_tree::ContentAddressedIndexedTree
Implements a parallelized batch insertion indexed tree Accepts template argument of the type of store...
Definition
content_addressed_indexed_tree.hpp:52
bb::crypto
Definition
aes128.cpp:158
poseidon2.hpp
src
barretenberg
crypto
poseidon2
poseidon2.cpp
Generated by
1.9.8