Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
api_chonk.test.cpp File Reference

Go to the source code of this file.

Classes

class  ChonkAPITests
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 

Functions

std::vector< uint8_t > bb::compress (const std::vector< uint8_t > &input)
 
Chonk::MegaVerificationKey get_ivc_vk (const std::filesystem::path &test_dir)
 
 TEST_F (ChonkAPITests, DISABLED_ProveAndVerifyFileBasedFlow)
 
 TEST_F (ChonkAPITests, WriteVkFieldsSmokeTest)
 
 TEST_F (ChonkAPITests, WriteIVCVkSmokeTest)
 
 TEST_F (ChonkAPITests, GatesCommandSmokeTest)
 
 TEST_F (ChonkAPITests, DISABLED_ProveAndVerifyCommand)
 
 TEST_F (ChonkAPITests, CheckPrecomputedVks)
 
 TEST_F (ChonkAPITests, CheckPrecomputedVksMismatch)
 

Function Documentation

◆ get_ivc_vk()

Chonk::MegaVerificationKey get_ivc_vk ( const std::filesystem::path &  test_dir)

Definition at line 108 of file api_chonk.test.cpp.

◆ TEST_F() [1/7]

TEST_F ( ChonkAPITests  ,
CheckPrecomputedVks   
)

Definition at line 275 of file api_chonk.test.cpp.

◆ TEST_F() [2/7]

TEST_F ( ChonkAPITests  ,
CheckPrecomputedVksMismatch   
)

Definition at line 286 of file api_chonk.test.cpp.

◆ TEST_F() [3/7]

TEST_F ( ChonkAPITests  ,
DISABLED_ProveAndVerifyCommand   
)

Definition at line 264 of file api_chonk.test.cpp.

◆ TEST_F() [4/7]

TEST_F ( ChonkAPITests  ,
DISABLED_ProveAndVerifyFileBasedFlow   
)

Definition at line 136 of file api_chonk.test.cpp.

◆ TEST_F() [5/7]

TEST_F ( ChonkAPITests  ,
GatesCommandSmokeTest   
)

Definition at line 226 of file api_chonk.test.cpp.

◆ TEST_F() [6/7]

TEST_F ( ChonkAPITests  ,
WriteIVCVkSmokeTest   
)

Definition at line 201 of file api_chonk.test.cpp.

◆ TEST_F() [7/7]

TEST_F ( ChonkAPITests  ,
WriteVkFieldsSmokeTest   
)

Definition at line 181 of file api_chonk.test.cpp.