@saihm/erasure-receipt 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @saihm/erasure-receipt
|
|
2
2
|
|
|
3
3
|
**Prove a record was erased — not hidden.** Build and verify tamper-evident **cryptographic-erasure
|
|
4
|
-
receipts** (GDPR Art. 17) for [SAIHM](https://saihm.coti.global). Zero dependencies
|
|
4
|
+
receipts** (GDPR Art. 17) for [SAIHM](https://saihm.coti.global). Zero runtime dependencies.
|
|
5
5
|
|
|
6
6
|
SAIHM erases a record by destroying the *wrapped key* that decrypts it: the stored ciphertext
|
|
7
7
|
becomes unrecoverable noise, so the record is *gone, not merely de-indexed*. This library turns the
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saihm/erasure-receipt",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Tamper-evident, verifiable cryptographic-erasure receipts (GDPR Art. 17) for SAIHM: build a receipt from a seal + forget, and verify any receipt you are handed. Zero-dependency
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Tamper-evident, verifiable cryptographic-erasure receipts (GDPR Art. 17) for SAIHM: build a receipt from a seal + forget, and verify any receipt you are handed. Zero-dependency.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"author": "SAIHM",
|