| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix test cases for correct v3 onion address format | Claude | 2025-11-23 | 1 | -27/+4 |
| | | | | | | | - Fix tor_test.go: use 56-char base32 strings for valid onion addresses - Fix crypto_test.go: use net.Pipe() for proper bidirectional auth test - Fix go.sum: remove corrupted first line | ||||
| * | Add tests, Makefile, update README, remove duplicates | Claude | 2025-11-23 | 1 | -0/+440 |
| - 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) | |||||
