|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Functions | |
| TEST (bitop, GetMsbUint640Value) | |
| TEST (bitop, GetMsbUint320) | |
| TEST (bitop, GetMsbUint3231) | |
| TEST (bitop, GetMsbUint6463) | |
| TEST (bitop, GetMsbSizeT7) | |
| TEST (bitop, GetMsbUint32AllPositions) | |
| TEST (bitop, GetMsbUint64AllPositions) | |
| TEST (bitop, GetLsbZero) | |
| TEST (bitop, GetLsbOne) | |
| TEST (bitop, GetLsbPowersOfTwo) | |
| TEST (bitop, GetLsbComposite) | |
| TEST (bitop, RoundUpPower2Zero) | |
| TEST (bitop, RoundUpPower2PowersOfTwo) | |
| TEST (bitop, RoundUpPower2NonPowers) | |
| TEST (bitop, RoundUpPower2LargestValid) | |
| TEST | ( | bitop | , |
| GetLsbComposite | |||
| ) |
Definition at line 91 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| GetLsbOne | |||
| ) |
Definition at line 75 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| GetLsbPowersOfTwo | |||
| ) |
Definition at line 81 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| GetLsbZero | |||
| ) |
Definition at line 69 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| GetMsbSizeT7 | |||
| ) |
Definition at line 30 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| GetMsbUint320 | |||
| ) |
Definition at line 12 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| GetMsbUint3231 | |||
| ) |
Definition at line 18 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| GetMsbUint32AllPositions | |||
| ) |
Definition at line 38 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| GetMsbUint640Value | |||
| ) |
Definition at line 6 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| GetMsbUint6463 | |||
| ) |
Definition at line 24 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| GetMsbUint64AllPositions | |||
| ) |
Definition at line 53 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| RoundUpPower2LargestValid | |||
| ) |
Definition at line 125 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| RoundUpPower2NonPowers | |||
| ) |
Definition at line 115 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| RoundUpPower2PowersOfTwo | |||
| ) |
Definition at line 106 of file get_msb.test.cpp.
| TEST | ( | bitop | , |
| RoundUpPower2Zero | |||
| ) |
Definition at line 100 of file get_msb.test.cpp.