This commit is contained in:
Sudo-Ivan
2024-12-31 15:30:39 -06:00
parent 12156adae9
commit 8df4039b18
3 changed files with 61 additions and 30 deletions

View File

@@ -36,13 +36,13 @@ Packages:
- [x] Cryptographic Primitives (Testing required)
- [x] Ed25519
- [x] Curve25519
- [x] AES-GCM
- [x] AES-CBC
- [x] SHA-256
- [x] HKDF
- [x] Secure random number generation
- [x] HMAC
- [x] Packet Handling (In Progress)
- [ ] Packet Handling (In Progress)
- [x] Packet creation
- [x] Packet validation
- [x] Basic proof system
@@ -60,6 +60,28 @@ Packages:
- [ ] Testing announce from go client to python client
- [ ] Testing path finding and caching
- [ ] Buffer System (In Progress)
- [ ] Raw channel reader/writer
- [ ] Buffered stream implementation
- [ ] Compression support
- [ ] Testing with Channel system
- [ ] Cross-client compatibility testing
- [ ] Channel System (Not Started)
- [ ] Channel creation and management
- [ ] Message handling
- [ ] Channel encryption
- [ ] Channel authentication
- [ ] Channel callbacks
- [ ] Integration with Buffer system
- [ ] Resolver System (Not Started)
- [ ] Name resolution
- [ ] Cache management
- [ ] Announce handling
- [ ] Path resolution
- [ ] Integration with Transport layer
### Interface Implementation (In Progress)
- [x] UDP Interface
- [x] TCP Interface