Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This repo is the canonical source of truth for how AnonVote works — the crypto
| ------------------------------------------------------ | ---------------------------------------------------------------------------- |
| [`whitepaper/whitepaper.md`](whitepaper/whitepaper.md) | Full protocol whitepaper — privacy model, cryptographic design, threat model |
| [`specs/crypto.md`](specs/crypto.md) | Cryptographic primitive specifications |
| [`specs/crypto-integration.md`](specs/crypto-integration.md) | Correct `@anonvote/crypto` composition and key management guide |
| [`specs/token-flow.md`](specs/token-flow.md) | Token issuance and vote submission flow |
| [`specs/smart-contracts.md`](specs/smart-contracts.md) | On-chain audit contract specification |
| [`specs/api.md`](specs/api.md) | REST API surface specification |
Expand Down
Loading