betterwithage commited on
Commit
d5d20a4
·
verified ·
1 Parent(s): a414864

Update dataset card: pin uds-v0.3.0 release (sha256: 84bbbb362955b5a8...)

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -20,6 +20,55 @@ language:
20
  pretty_name: amaru — Cardano-Anchored Memory Attestation Source
21
  ---
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  # amaru — Cardano-Anchored Governance Receipt Minting
24
 
25
  [![License: Proprietary](https://img.shields.io/badge/License-SZL_Proprietary-0B1F3A.svg?style=flat-square)](https://huggingface.co/datasets/SZLHOLDINGS/amaru-source)
 
20
  pretty_name: amaru — Cardano-Anchored Memory Attestation Source
21
  ---
22
 
23
+ ## Latest Release: uds-v0.3.0
24
+
25
+ **Released:** 2026-05-29 | **Doctrine:** v6 (strict) | **Source:** [github.com/szl-holdings/amaru](https://github.com/szl-holdings/amaru/releases/tag/uds-v0.3.0)
26
+
27
+ | Field | Value |
28
+ |-------|-------|
29
+ | Tag | `uds-v0.3.0` |
30
+ | Source commit | `b18ca5cd0a04e60f18573df2fc5ed2a6abb5228e` |
31
+ | Tarball | `amaru-uds-0.3.0.tar.zst` |
32
+ | Size | 381,567 bytes |
33
+ | SHA256 | `84bbbb362955b5a8330b04f7b73eb7ad02fdc235f23ef71cfa7467b77d1a261c` |
34
+ | Signing | PENDING — cosign key escrow required (see GitHub release notes) |
35
+ | GitHub release | https://github.com/szl-holdings/amaru/releases/tag/uds-v0.3.0 |
36
+
37
+ ### Verify SHA256
38
+
39
+ ```bash
40
+ pip install huggingface_hub
41
+ python3 -c "
42
+ from huggingface_hub import hf_hub_download
43
+ p = hf_hub_download('SZLHOLDINGS/amaru-source', 'amaru-uds-0.3.0.tar.zst', repo_type='dataset')
44
+ import hashlib
45
+ with open(p,'rb') as f: data=f.read()
46
+ print(hashlib.sha256(data).hexdigest())
47
+ "
48
+ # Expected: 84bbbb362955b5a8330b04f7b73eb7ad02fdc235f23ef71cfa7467b77d1a261c
49
+ ```
50
+
51
+ ### Cosign Verify (once signing complete)
52
+
53
+ ```bash
54
+ cosign verify-blob \
55
+ --key amaru-uds-dev.pub \
56
+ --signature amaru-uds-0.3.0.tar.zst.sig \
57
+ amaru-uds-0.3.0.tar.zst
58
+ ```
59
+
60
+ Org dev public key (P-256 ECDSA):
61
+ ```
62
+ -----BEGIN PUBLIC KEY-----
63
+ MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIcKzhZ7zCKrBDcmdaBGUOpNyJvRj
64
+ 4wkQ8nftahptyPXzH613e3mYyhtkH1mxFM0fNCra17wkBvorFNPuolNZRQ==
65
+ -----END PUBLIC KEY-----
66
+ ```
67
+
68
+ ---
69
+
70
+
71
+
72
  # amaru — Cardano-Anchored Governance Receipt Minting
73
 
74
  [![License: Proprietary](https://img.shields.io/badge/License-SZL_Proprietary-0B1F3A.svg?style=flat-square)](https://huggingface.co/datasets/SZLHOLDINGS/amaru-source)