From 9a9de103bd4b8e640548024a26558be661e5f977 Mon Sep 17 00:00:00 2001 From: ascender1729 Date: Sat, 30 May 2026 18:29:41 +0530 Subject: [PATCH] docs(readme): state verifier-only (issuance stays in the Python core / cloud) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make explicit that the Java port verifies credentials and delegation chains but does not issue them — issuance stays in the Attestix Python core or cloud — so nobody expects to mint credentials from Java. Parent link, spec/bundle/v1 link, and the spec/verify/v1 conformance note are already present. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 768a4f1..3e3642b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ canonical form **byte-for-byte** and is validated against the shared cross-language conformance vectors (`spec/verify/v1/vectors.json` in the parent repo, vendored here under `testdata/` and `src/test/resources/`). +This port is **verifier-only**: it verifies credentials and delegation chains; +it does not issue them. Issuance stays in the Attestix Python core +(`pip install attestix`) or Attestix Cloud. + - Parent project: - Bundle wire-format spec: - Ed25519 via [BouncyCastle](https://www.bouncycastle.org/) (trusted, deterministic)