This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
conquest
Watch
1
Star
0
Fork
0
You've already forked conquest
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3e9178ec34b2faabd2e20920cec88f75c4f60ab4
conquest
/
src
/
common
History
Jakob Friedl
3e9178ec34
Reworked key exchange, now using direct C imports from monocypher instead of nimble modules/libraries.
2025-07-24 17:26:48 +02:00
..
monocypher
Reworked key exchange, now using direct C imports from monocypher instead of nimble modules/libraries.
2025-07-24 17:26:48 +02:00
crypto.nim
Reworked key exchange, now using direct C imports from monocypher instead of nimble modules/libraries.
2025-07-24 17:26:48 +02:00
serialize.nim
Implemented AES256-GCM encryption of all network packets. Requires some more refactoring to remove redundant code and make it cleaner.
2025-07-23 13:47:37 +02:00
types.nim
Reworked key exchange, now using direct C imports from monocypher instead of nimble modules/libraries.
2025-07-24 17:26:48 +02:00
utils.nim
Implemented ECDH key exchange using ed25519 to share a symmetric AES key without transmitting it over the network.
2025-07-24 15:31:46 +02:00