|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <broadcast.hpp>
Public Types | |
| using | Vec = VectorField< typename Fr::Params > |
Public Member Functions | |
| Broadcast (const Fr &s) | |
| const Fr & | operator[] (ScalarIndex) const |
| template<size_t N> | |
| const Vec & | operator[] (ContiguousVectorIndex< N >) const |
Public Attributes | |
| Fr | scalar |
| Vec | vector |
Definition at line 27 of file broadcast.hpp.
| using bb::Broadcast< Fr >::Vec = VectorField<typename Fr::Params> |
Definition at line 28 of file broadcast.hpp.
|
inlineexplicit |
Definition at line 33 of file broadcast.hpp.
|
inline |
Definition at line 40 of file broadcast.hpp.
|
inline |
Definition at line 38 of file broadcast.hpp.
| Fr bb::Broadcast< Fr >::scalar |
Definition at line 30 of file broadcast.hpp.
| Vec bb::Broadcast< Fr >::vector |
Definition at line 31 of file broadcast.hpp.