================================================================================
w3mypgp - Transparent Verification and Custom Optimized Build Recipe
================================================================================

Our production cryptographic asset file (/noble/noble-mlkem-mldsa-0.6.1.js) was 
compiled straight from the raw source files matching FIPS 203/204 parameters.

OPTIMIZATION NOTE:
To ensure maximum speed, reduced memory usage, and zero dead code, this file was 
custom-compiled using treeshaking to strip unused modules (Falcon and SLH-DSA). 
It contains ONLY the active ML-KEM and ML-DSA primitives utilized by our web worker.

REPRODUCTION METHOD:
1. Fetch base node package from standard repository channels:
   $ npm install @noble/post-quantum@0.6.1 esbuild
2. Source entry point references standard ESM modules directly.
3. Compiling command:
   $ npx esbuild entry.js --bundle --format=iife --outfile=noble-mlkem-mldsa-0.6.1.js
4. Minification routines have been completely disabled. 

The original, uncompiled source code files are provided within our (/noble/) 
directory for verification by the WordPress.org safety audit board.
