1
0
mirror of synced 2025-01-13 09:15:13 +00:00
Youngjoon Lee e7d591b7bc
Mixnet v1 ()
* base

* Remove mixnet client from libp2p network backend ()

* Mixnet v1: Remove all mixnet legacies: mixnet crate, mixnode binary, tests, and docker ()

* Mixnet v1: Skeleton ()

* Use QUIC for libp2p ()

* Add Poisson interval function for Mixnet ()

* Mixnet network backend skeleton ()

* Libp2p stream read/write ()

* Emitting packets from mixclient using libp2p stream ()

* Handle outputs from mixnode using libp2p stream/gossipsub ()

* Refactor poisson ()

* Mix client Poisson emission ()

* Mix node packet handling ()

* Mix Packet / Fragment logic ()

* Move FisherYates to `nomos-utils` ()

* Mixnet topology ()

* Mix client/node unit tests ()

* change multiaddr from tcp to udp with quic-v1 ()

---------

Co-authored-by: Al Liu <scygliu1@gmail.com>
2024-03-12 15:47:35 +09:00

15 lines
211 B
TOML

[package]
name = "nomos-utils"
version = "0.1.0"
edition = "2021"
[features]
serde = ["dep:serde"]
[dependencies]
const-hex = "1"
serde = { version = "1.0", optional = true }
rand = "0.8"
rand_chacha = "0.3"