A Python port of the Invisible Internet Project (I2P)
at main 23 lines 432 B view raw view rendered
1## Summary 2 3Brief description of the changes. 4 5## Type of Change 6 7- [ ] Bug fix 8- [ ] New feature 9- [ ] Refactoring 10- [ ] Documentation 11- [ ] Tests 12 13## Testing 14 15- [ ] Existing tests pass 16- [ ] New tests added (if applicable) 17- [ ] Tested against Java I2P peers (if protocol change) 18 19## Checklist 20 21- [ ] Conventional commit messages used 22- [ ] No secrets or internal references in code 23- [ ] SECURITY.md consulted for crypto changes