nx_argon2id_test.nx
buildroot/runtime/nx_argon2id_test.nx
about
nx_argon2id_test.nx -- internal-consistency smoke for Argon2id (p=1).
expect_exit: 0
Property tests (RFC compliance NOT yet cross-validated against
argon2_ref C output; this proves the orchestrator is internally
consistent + sensitive to every parameter):
1. Determinism: same (P, S, p, m, t, tau) -> same tag.
2. Salt sensitivity: change one salt byte -> different tag.
3. Password sensitivity: change one password byte -> different tag.
4. Memory sensitivity: change m -> different tag.
5. Iteration sensitivity: change t -> different tag.
license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls_x86_64.nxnx_blake2b.nxnx_argon2_block.nxnx_argon2id.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
| 22 | func bytes_eq(a: *u8, b: *u8, n: i64) -> i64 called by 1: main |
| 32 | func make_ctx(m_kib: i64) -> *NxArgon2idCtx called by 1: main |
| 56 | func main() -> i64 |