Resources
AURIC Documentation
Guides and reference material for partners integrating AURIC into critical operational systems.
- What AURIC Is — product foundation and deterministic guarantees
- What AURIC Does — capabilities overview
- Test Results — public authenticated verification
- Authenticated results README — JSON bundle and reproducibility hash authentication
- API — integration overview
- Contact — licensing and full documentation access
How to authenticate the AURIC reproducibility hash
-
Verify the reproducibility hash matches the published value.
- Read the
reproducibility_hashfield from the JSON (format: AURIC-RH-XXXXXXXX). - Compare it byte-for-byte with the published hash for that run.
- Any mismatch indicates modified data, a different environment, or a non-AURIC runtime.
- Read the
-
Recompute the hash from the normalized payload.
- Take the
normalized_payloadfield from the JSON. - Run it through a standard SHA-256 hashing function.
- Convert the result to uppercase hex.
- Confirm it matches the
reproducibility_hashvalue. - If it does not match, the payload was altered or not produced by AURIC.
- Take the
-
Validate the environment signature.
- Read the
environment_signaturefield (e.g., DELL-ENV-4421-BIOS-OK). - Confirm it matches the published environment signature for that run.
- If the signature differs, the run is not considered an authenticated AURIC execution.
- Read the
Licensed documentation packages are available to approved evaluators. Email any address below to request access.