|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Go to the source code of this file.
Classes | |
| class | StringOperationLinkTests |
| struct | LitStringOpBuildFuncHelper |
Functions | |
| TEST_F (StringOperationLinkTests, IsA_String_LitStringOp) | |
| This test ensures llzkOperationIsA_String_LitStringOp links properly. | |
| TEST_F (StringOperationLinkTests, llzk_LitStringOp_Build) | |
| This test ensures llzkString_LitStringOpBuild links properly. | |
| TEST_F (CAPITest, LitStringOp_build_pass) | |
| This test ensures llzkStringLitStringOpBuild() successfully builds an Operation of the correct type that passes verification. | |
| TEST_F (StringOperationLinkTests, llzk_LitStringOp_GetValueAttr) | |
| TEST_F (StringOperationLinkTests, llzk_LitStringOp_SetValueAttr) | |
| TEST_F (StringOperationLinkTests, llzk_LitStringOp_GetResult) | |
| TEST_F | ( | CAPITest | , |
| LitStringOp_build_pass | ) |
This test ensures llzkStringLitStringOpBuild() successfully builds an Operation of the correct type that passes verification.
It relies on a manual implemenation of LitStringOpBuildFuncHelper::callBuild() that calls llzkStringLitStringOpBuild().
Definition at line 56 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | StringOperationLinkTests | , |
| IsA_String_LitStringOp | ) |
This test ensures llzkOperationIsA_String_LitStringOp links properly.
Definition at line 13 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | StringOperationLinkTests | , |
| llzk_LitStringOp_Build | ) |
This test ensures llzkString_LitStringOpBuild links properly.
Definition at line 23 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | StringOperationLinkTests | , |
| llzk_LitStringOp_GetResult | ) |
Definition at line 78 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | StringOperationLinkTests | , |
| llzk_LitStringOp_GetValueAttr | ) |
Definition at line 58 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | StringOperationLinkTests | , |
| llzk_LitStringOp_SetValueAttr | ) |
Definition at line 68 of file Ops.capi.test.cpp.inc.