https://github.com/notreeceharris/ws-p2p-dilithium
Websocket per-to-per DILITHIUM4 communication.
https://github.com/notreeceharris/ws-p2p-dilithium
Last synced: 24 days ago
JSON representation
Websocket per-to-per DILITHIUM4 communication.
- Host: GitHub
- URL: https://github.com/notreeceharris/ws-p2p-dilithium
- Owner: NotReeceHarris
- License: gpl-3.0
- Created: 2024-12-19T14:27:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T14:42:44.000Z (over 1 year ago)
- Last Synced: 2026-03-11T03:35:42.388Z (5 months ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ws-p2p-dilithium
**A Open-Source Peer-to-Peer DILITHIUM4 Communication**
ws-p2p-dilithium provides a peer-to-peer (P2P) communication with [DILITHIUM4](https://pq-crystals.org/dilithium/), using the [ws-p2p-framework](https://github.com/NotReeceHarris/ws-p2p-framework).
## Usage
To initiate a P2P connection between two peers, Alice and Bob, follow these steps:
```sh
# Alice
python3 main.py --target 192.168.0.1:8000 --host 192.168.0.2:8000
# Bob
python3 main.py --target 192.168.0.2:8000 --host 192.168.0.1:8000
```
## Requirements
- Python: Python 3.x is required.
- GUI Environment: Ensure you have a graphical environment; terminal support is planned for future updates.
## License
```
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
```