Go to the source code of this file.
◆ PUT
Value:std::cout << #x << "\t=" << (x) << std::endl;
Definition at line 4 of file test_point.hpp.
◆ selectPoint()
Definition at line 59 of file test_point.hpp.
60{
61#ifdef BN_SUPPORT_SNARK
62 if (cp.
b != 3 && cp.
b != 82) {
63 printf(
"not support point for b=%d\n", cp.
b);
64 exit(1);
65 }
67#else
69 printf(
"not support except for CurveFp254BNb");
70 exit(1);
71 }
73#endif
74}
LOGGING_API void printf(Category category, const char *format,...)
const CurveParam CurveFp254BNb
const struct Point g_pointTbl[]
◆ g_pointTbl
const struct Point g_pointTbl[] |