Encrypted, ephemeral, private memos on atproto
1# @cistern/lexicon
2
3AT Protocol lexicon definitions and TypeScript types for Cistern records.
4
5## Record Types
6
7| Collection | Description |
8| -------------------- | ------------------------------------------------------------------------------------------------- |
9| `app.cistern.pubkey` | Public key records with human-readable names, referenced by memos via AT-URI |
10| `app.cistern.memo` | Encrypted memo records containing ciphertext, nonce, algorithm metadata, and public key reference |