mirror of
https://github.com/logos-storage/transport-over-mix.git
synced 2026-07-22 18:40:02 +00:00
17 lines
482 B
Markdown
17 lines
482 B
Markdown
|
|
Transport layer abstraction over Mix
|
|
------------------------------------
|
|
|
|
This is a WIP reference implementation of our proposed transport layer abstraction
|
|
over Mix, written in Haskell.
|
|
|
|
### Source code layout
|
|
|
|
- `Crypto` - cryptography primitives (symmetric crypto, X25519 key exchange, Lioness PRP)
|
|
- `Data` - data structures (octetstrings)
|
|
- `Mix` - modelling Mix itself
|
|
- `Simulate` - WIP Mix simulator
|
|
- `Sphinx` - Sphinx packet constructor
|
|
- `Transport` - transport layer
|
|
|