diff --git a/README.md b/README.md index 9e0ea54..b9b90da 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ flowchart TD |Key name|Type|Description|Required| |:-------|:----|:---|:---:| -|`version`|`number`|Version of the Private Search Set (PSS)|✓| -|`description`|`string`|Human readable description of the set |✓| +|`version`|`number`|Version of the Private Search Set (PSS).|✓| +|`description`|`string`|Human readable description of the set.|✓| +|`generated-timestamp`|`number`|Generation timestamp in epoch format. |✓| |`algorithm`|`string`|Keyed-hash message authentication. Available:
- Blake2b
- Blake3
- HMAC-SHA-256
- HMAC-SHA-512 |✓| |`keyid`|`string`|The reference to the key used in the keyed-hash message authentication algorithm.|✓| |`bloomfilter`|`hash`|The BloomFilter description along with its format and model.|✓| @@ -67,6 +68,7 @@ flowchart TD }, "canonicalization-format`": ".lower", "description": "List of Tor hidden services containing child sexual abuse material (CSAM).", + "generated-timestamp": 1700731642, "keyid": "tor-csam-lea", "misp-attribute-types": [ "text", @@ -75,6 +77,7 @@ flowchart TD ], "version": 1 } + ~~~~ ### Feed format