aboutsummaryrefslogtreecommitdiffstats
path: root/PROTOCOL.md
Commit message (Collapse)AuthorAgeFilesLines
* fix: harden DM crypto — HKDF key derivation, AEAD associated data, ↵bndw2026-03-091-1/+12
| | | | | | | | | | | ModInverse nil check - Derive symmetric key via HKDF-SHA256 instead of using raw X25519 shared secret - Bind sender + recipient pubkeys as ChaCha20-Poly1305 associated data to prevent key-confusion attacks - Guard against ModInverse panic on degenerate public keys (y=1) - Wrap DecryptDM error instead of swallowing it - Update JS client to match Go implementation - Document encryption details in PROTOCOL.md
* remove kafka references; update go.mod dependenciesbndw2026-03-091-1/+1
|
* initial: Axon protocol spec and READMEbndw2026-03-081-0/+355