Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
byte_array.test.cpp File Reference
#include <gtest/gtest.h>
#include "barretenberg/circuit_checker/circuit_checker.hpp"
#include "byte_array.hpp"

Go to the source code of this file.

Classes

class  ByteArrayTest< Builder >
 

Typedefs

using CircuitTypes = ::testing::Types< bb::UltraCircuitBuilder >
 

Functions

 TYPED_TEST_SUITE (ByteArrayTest, CircuitTypes)
 
 TYPED_TEST (ByteArrayTest, Reverse)
 
 TYPED_TEST (ByteArrayTest, ConstructFromString)
 
 TYPED_TEST (ByteArrayTest, ByteDecompositionUnique)
 
 TYPED_TEST (ByteArrayTest, ByteDecompositionUniqueConst)
 
 TYPED_TEST (ByteArrayTest, ByteDecomposition32Bytes)
 
 TYPED_TEST (ByteArrayTest, ByteDecomposition32BytesConst)
 
 TYPED_TEST (ByteArrayTest, InputOutputConsistency)
 
 TYPED_TEST (ByteArrayTest, ConvertToField)
 
 TYPED_TEST (ByteArrayTest, OstreamOperator)
 

Typedef Documentation

◆ CircuitTypes

using CircuitTypes = ::testing::Types<bb::UltraCircuitBuilder>

Definition at line 278 of file byte_array.test.cpp.

Function Documentation

◆ TYPED_TEST() [1/9]

TYPED_TEST ( ByteArrayTest  ,
ByteDecomposition32Bytes   
)

Definition at line 302 of file byte_array.test.cpp.

◆ TYPED_TEST() [2/9]

TYPED_TEST ( ByteArrayTest  ,
ByteDecomposition32BytesConst   
)

Definition at line 307 of file byte_array.test.cpp.

◆ TYPED_TEST() [3/9]

TYPED_TEST ( ByteArrayTest  ,
ByteDecompositionUnique   
)

Definition at line 292 of file byte_array.test.cpp.

◆ TYPED_TEST() [4/9]

TYPED_TEST ( ByteArrayTest  ,
ByteDecompositionUniqueConst   
)

Definition at line 297 of file byte_array.test.cpp.

◆ TYPED_TEST() [5/9]

TYPED_TEST ( ByteArrayTest  ,
ConstructFromString   
)

Definition at line 287 of file byte_array.test.cpp.

◆ TYPED_TEST() [6/9]

TYPED_TEST ( ByteArrayTest  ,
ConvertToField   
)

Definition at line 317 of file byte_array.test.cpp.

◆ TYPED_TEST() [7/9]

TYPED_TEST ( ByteArrayTest  ,
InputOutputConsistency   
)

Definition at line 312 of file byte_array.test.cpp.

◆ TYPED_TEST() [8/9]

TYPED_TEST ( ByteArrayTest  ,
OstreamOperator   
)

Definition at line 322 of file byte_array.test.cpp.

◆ TYPED_TEST() [9/9]

TYPED_TEST ( ByteArrayTest  ,
Reverse   
)

Definition at line 282 of file byte_array.test.cpp.

◆ TYPED_TEST_SUITE()

TYPED_TEST_SUITE ( ByteArrayTest  ,
CircuitTypes   
)