summaryrefslogtreecommitdiffstats
path: root/pkg/identity/identity_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add tests, Makefile, update README, remove duplicatesClaude2025-11-231-0/+426
- Add comprehensive test suites for all shared packages: - pkg/crypto: padding, encryption, ECDH, auth tests - pkg/protocol: message serialization tests - pkg/identity: identity save/load tests - pkg/tor: onion address validation tests - Add Makefile with build automation targets - Update README with new modular architecture docs - Remove duplicate monolithic .go files from root (code now organized in cmd/ and pkg/ directories)