Add README.md and LICENSE

This commit is contained in:
eyedeekay
2025-02-02 01:02:05 -05:00
parent 1fff79c71c
commit af0c734f64

View File

@ -84,7 +84,7 @@ This library implements core I2P networking primitives. When using it:
- Implement proper session isolation
- Consider timing attack mitigations
- Use TLS for I2CP connections when remote
- Rotate destinations regularly
- Rotate destinations if necessary
- Monitor tunnel health
## Testing
@ -107,13 +107,6 @@ go test -v ./...
4. Push to branch (`git push origin feature/enhancement`)
5. Open a Pull Request
Please ensure:
- Full test coverage
- Privacy-preserving error handling
- Clear documentation
- No clearnet dependencies
- Clean Go code style
## License
MIT License - See LICENSE file