v0.2.1 - Conformance Benchmarks
What's New
91 Conformance Benchmark Tests
Added a comprehensive standards conformance test suite (tests/benchmarks/) that validates every standards claim:
| Standard | What is validated | Tests |
|---|---|---|
| RFC 8032 Section 7.1 | 4 IETF Ed25519 canonical test vectors | 18 |
| W3C VC Data Model 1.1 | Credential structure, proof, presentations, replay protection | 24 |
| W3C DID Core 1.0 | did:key/web structure, roundtrip, Ed25519VerificationKey2020 | 16 |
| UCAN v0.9.0 | JWT header, payload, attenuation, expiry, revocation | 16 |
| MCP | 47 tools, 9 modules, async, naming | 5 |
| Performance | Latency thresholds for crypto and service operations | 7 |
Measured Performance (Docker)
| Operation | Median Latency |
|---|---|
| Ed25519 key generation | 0.08 ms |
| JSON canonicalization | 0.02 ms |
| Ed25519 sign + verify | 0.28 ms |
| Identity creation | 14 ms |
| Credential issuance | 17 ms |
| Credential verification | 2 ms |
| UCAN token creation | 9 ms |
Run It
docker build -f Dockerfile.test -t attestix-bench . && docker run --rm attestix-benchDocumentation
- Updated README, CHANGELOG, ROADMAP, architecture docs, FAQ, contributing guide
- Updated research paper evaluation section with conformance test results
Full Changelog: v0.2.0...v0.2.1