nx_p384_field_mul_test.nx
buildroot/runtime/nx_p384_field_mul_test.nx
about
nx_p384_field_mul_test.nx -- KAT for P-384 field mul.
Verifies:
- 0 * x = 0
- 1 * x = x
- (p-1) * (p-1) = 1 mod p
- x * y = y * x (commutativity)
- 2 * 2 = 4
- sq(x) = x * x
expect_exit: 0
license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_u384.nxnx_p384_field.nxnx_p384_field_mul.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 19 | func main() -> i64 |