7 Commits

Author SHA1 Message Date
Jon Staab 2f334fa3be Add encryption chapter 2026-04-13 21:21:52 -07:00
Jon Staab 5364854881 Add keys chapter
Introduces PublicKey and SecretKey as distinct type-safe wrappers around
secp256k1, with hex and NIP-19 bech32 (npub/nsec) encoding. SecretKey has
a redacted Debug impl and no Display to reduce accidental leakage; it
exposes material only through explicit to_hex / to_nsec. FromStr on both
types auto-detects hex vs. bech32. Eight round-trip tests cover encoding,
auto-detection, prefix validation, debug redaction, and generation.
2026-04-13 20:19:45 -07:00
Jon Staab ce4dce9779 Add coracle-domain 2026-04-08 15:37:42 -07:00
Jon Staab 0aa79d08fd Add building-nostr to ref, flesh out summary 2026-04-08 15:34:41 -07:00
Jon Staab 09b179df47 Gitignore claude files 2026-04-08 15:01:12 -07:00
Jon Staab f0b26408f8 Add agents.md and skills 2026-04-08 15:00:28 -07:00
Jon Staab 2d36400ba0 Set up literate programming structure 2026-04-07 09:55:41 -07:00