From 2b2fbde66db3681a7d9153556153a32c3e681b5e Mon Sep 17 00:00:00 2001 From: Amir Hameed Date: Sun, 8 Feb 2026 02:22:07 -0800 Subject: [PATCH 1/2] Update README.md --- udna-test-vectors/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/udna-test-vectors/README.md b/udna-test-vectors/README.md index 627d36c..a26ba81 100644 --- a/udna-test-vectors/README.md +++ b/udna-test-vectors/README.md @@ -127,5 +127,4 @@ W3C Software and Document License ## Generated by -UDNA Test Vector Generator v2.0.0 Part of the UDNA W3C Community Group From 869e7eae624f804c6a19166156fac12b79643f37 Mon Sep 17 00:00:00 2001 From: Amir Hameed Date: Sun, 8 Feb 2026 02:28:19 -0800 Subject: [PATCH 2/2] Remove contributing section from README Removed contributing section with test vector regeneration instructions. --- udna-test-vectors/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/udna-test-vectors/README.md b/udna-test-vectors/README.md index a26ba81..0bd075d 100644 --- a/udna-test-vectors/README.md +++ b/udna-test-vectors/README.md @@ -113,13 +113,6 @@ These vectors are designed for: 5. **Compliance Checking** - Verify W3C and IETF standards compliance 6. **Privacy Assessment** - Validate privacy properties and guarantees -## Contributing - -To regenerate test vectors with a specific seed: - -```bash -python test.py --seed "your-seed-here" --output-dir ./new-vectors -``` ## License