From db4348f3ffb875abd0177ab3ac9a89a51ef9f773 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Wed, 11 Sep 2024 23:22:18 +0900 Subject: [PATCH] Move mixnet to deprecated/mixnet-overall --- {mixnet => deprecated/mixnet-overall}/.gitignore | 0 {mixnet => deprecated/mixnet-overall}/README.md | 0 {mixnet => deprecated/mixnet-overall}/cmd/__init__.py | 0 {mixnet => deprecated/mixnet-overall}/cmd/hamming.py | 0 {mixnet => deprecated/mixnet-overall}/cmd/main.py | 0 {mixnet => deprecated/mixnet-overall}/config.ci.yaml | 0 {mixnet => deprecated/mixnet-overall}/framework/__init__.py | 0 {mixnet => deprecated/mixnet-overall}/framework/asyncio.py | 0 {mixnet => deprecated/mixnet-overall}/framework/framework.py | 0 {mixnet => deprecated/mixnet-overall}/framework/usim.py | 0 {mixnet => deprecated/mixnet-overall}/protocol/__init__.py | 0 {mixnet => deprecated/mixnet-overall}/protocol/config.py | 0 {mixnet => deprecated/mixnet-overall}/protocol/connection.py | 0 {mixnet => deprecated/mixnet-overall}/protocol/error.py | 0 {mixnet => deprecated/mixnet-overall}/protocol/gossip.py | 0 {mixnet => deprecated/mixnet-overall}/protocol/node.py | 0 {mixnet => deprecated/mixnet-overall}/protocol/nomssip.py | 0 {mixnet => deprecated/mixnet-overall}/protocol/sphinx.py | 0 {mixnet => deprecated/mixnet-overall}/protocol/temporalmix.py | 0 {mixnet => deprecated/mixnet-overall}/protocol/test_node.py | 0 {mixnet => deprecated/mixnet-overall}/protocol/test_sphinx.py | 0 .../mixnet-overall}/protocol/test_temporalmix.py | 0 {mixnet => deprecated/mixnet-overall}/protocol/test_utils.py | 0 {mixnet => deprecated/mixnet-overall}/requirements.txt | 0 {mixnet => deprecated/mixnet-overall}/sim/__init__.py | 0 {mixnet => deprecated/mixnet-overall}/sim/config.py | 0 {mixnet => deprecated/mixnet-overall}/sim/connection.py | 0 {mixnet => deprecated/mixnet-overall}/sim/message.py | 0 {mixnet => deprecated/mixnet-overall}/sim/simulation.py | 0 {mixnet => deprecated/mixnet-overall}/sim/state.py | 0 {mixnet => deprecated/mixnet-overall}/sim/stats.py | 0 {mixnet => deprecated/mixnet-overall}/sim/test_connection.py | 0 {mixnet => deprecated/mixnet-overall}/sim/test_message.py | 0 {mixnet => deprecated/mixnet-overall}/sim/test_topology.py | 0 {mixnet => deprecated/mixnet-overall}/sim/topology.py | 0 35 files changed, 0 insertions(+), 0 deletions(-) rename {mixnet => deprecated/mixnet-overall}/.gitignore (100%) rename {mixnet => deprecated/mixnet-overall}/README.md (100%) rename {mixnet => deprecated/mixnet-overall}/cmd/__init__.py (100%) rename {mixnet => deprecated/mixnet-overall}/cmd/hamming.py (100%) rename {mixnet => deprecated/mixnet-overall}/cmd/main.py (100%) rename {mixnet => deprecated/mixnet-overall}/config.ci.yaml (100%) rename {mixnet => deprecated/mixnet-overall}/framework/__init__.py (100%) rename {mixnet => deprecated/mixnet-overall}/framework/asyncio.py (100%) rename {mixnet => deprecated/mixnet-overall}/framework/framework.py (100%) rename {mixnet => deprecated/mixnet-overall}/framework/usim.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/__init__.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/config.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/connection.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/error.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/gossip.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/node.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/nomssip.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/sphinx.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/temporalmix.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/test_node.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/test_sphinx.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/test_temporalmix.py (100%) rename {mixnet => deprecated/mixnet-overall}/protocol/test_utils.py (100%) rename {mixnet => deprecated/mixnet-overall}/requirements.txt (100%) rename {mixnet => deprecated/mixnet-overall}/sim/__init__.py (100%) rename {mixnet => deprecated/mixnet-overall}/sim/config.py (100%) rename {mixnet => deprecated/mixnet-overall}/sim/connection.py (100%) rename {mixnet => deprecated/mixnet-overall}/sim/message.py (100%) rename {mixnet => deprecated/mixnet-overall}/sim/simulation.py (100%) rename {mixnet => deprecated/mixnet-overall}/sim/state.py (100%) rename {mixnet => deprecated/mixnet-overall}/sim/stats.py (100%) rename {mixnet => deprecated/mixnet-overall}/sim/test_connection.py (100%) rename {mixnet => deprecated/mixnet-overall}/sim/test_message.py (100%) rename {mixnet => deprecated/mixnet-overall}/sim/test_topology.py (100%) rename {mixnet => deprecated/mixnet-overall}/sim/topology.py (100%) diff --git a/mixnet/.gitignore b/deprecated/mixnet-overall/.gitignore similarity index 100% rename from mixnet/.gitignore rename to deprecated/mixnet-overall/.gitignore diff --git a/mixnet/README.md b/deprecated/mixnet-overall/README.md similarity index 100% rename from mixnet/README.md rename to deprecated/mixnet-overall/README.md diff --git a/mixnet/cmd/__init__.py b/deprecated/mixnet-overall/cmd/__init__.py similarity index 100% rename from mixnet/cmd/__init__.py rename to deprecated/mixnet-overall/cmd/__init__.py diff --git a/mixnet/cmd/hamming.py b/deprecated/mixnet-overall/cmd/hamming.py similarity index 100% rename from mixnet/cmd/hamming.py rename to deprecated/mixnet-overall/cmd/hamming.py diff --git a/mixnet/cmd/main.py b/deprecated/mixnet-overall/cmd/main.py similarity index 100% rename from mixnet/cmd/main.py rename to deprecated/mixnet-overall/cmd/main.py diff --git a/mixnet/config.ci.yaml b/deprecated/mixnet-overall/config.ci.yaml similarity index 100% rename from mixnet/config.ci.yaml rename to deprecated/mixnet-overall/config.ci.yaml diff --git a/mixnet/framework/__init__.py b/deprecated/mixnet-overall/framework/__init__.py similarity index 100% rename from mixnet/framework/__init__.py rename to deprecated/mixnet-overall/framework/__init__.py diff --git a/mixnet/framework/asyncio.py b/deprecated/mixnet-overall/framework/asyncio.py similarity index 100% rename from mixnet/framework/asyncio.py rename to deprecated/mixnet-overall/framework/asyncio.py diff --git a/mixnet/framework/framework.py b/deprecated/mixnet-overall/framework/framework.py similarity index 100% rename from mixnet/framework/framework.py rename to deprecated/mixnet-overall/framework/framework.py diff --git a/mixnet/framework/usim.py b/deprecated/mixnet-overall/framework/usim.py similarity index 100% rename from mixnet/framework/usim.py rename to deprecated/mixnet-overall/framework/usim.py diff --git a/mixnet/protocol/__init__.py b/deprecated/mixnet-overall/protocol/__init__.py similarity index 100% rename from mixnet/protocol/__init__.py rename to deprecated/mixnet-overall/protocol/__init__.py diff --git a/mixnet/protocol/config.py b/deprecated/mixnet-overall/protocol/config.py similarity index 100% rename from mixnet/protocol/config.py rename to deprecated/mixnet-overall/protocol/config.py diff --git a/mixnet/protocol/connection.py b/deprecated/mixnet-overall/protocol/connection.py similarity index 100% rename from mixnet/protocol/connection.py rename to deprecated/mixnet-overall/protocol/connection.py diff --git a/mixnet/protocol/error.py b/deprecated/mixnet-overall/protocol/error.py similarity index 100% rename from mixnet/protocol/error.py rename to deprecated/mixnet-overall/protocol/error.py diff --git a/mixnet/protocol/gossip.py b/deprecated/mixnet-overall/protocol/gossip.py similarity index 100% rename from mixnet/protocol/gossip.py rename to deprecated/mixnet-overall/protocol/gossip.py diff --git a/mixnet/protocol/node.py b/deprecated/mixnet-overall/protocol/node.py similarity index 100% rename from mixnet/protocol/node.py rename to deprecated/mixnet-overall/protocol/node.py diff --git a/mixnet/protocol/nomssip.py b/deprecated/mixnet-overall/protocol/nomssip.py similarity index 100% rename from mixnet/protocol/nomssip.py rename to deprecated/mixnet-overall/protocol/nomssip.py diff --git a/mixnet/protocol/sphinx.py b/deprecated/mixnet-overall/protocol/sphinx.py similarity index 100% rename from mixnet/protocol/sphinx.py rename to deprecated/mixnet-overall/protocol/sphinx.py diff --git a/mixnet/protocol/temporalmix.py b/deprecated/mixnet-overall/protocol/temporalmix.py similarity index 100% rename from mixnet/protocol/temporalmix.py rename to deprecated/mixnet-overall/protocol/temporalmix.py diff --git a/mixnet/protocol/test_node.py b/deprecated/mixnet-overall/protocol/test_node.py similarity index 100% rename from mixnet/protocol/test_node.py rename to deprecated/mixnet-overall/protocol/test_node.py diff --git a/mixnet/protocol/test_sphinx.py b/deprecated/mixnet-overall/protocol/test_sphinx.py similarity index 100% rename from mixnet/protocol/test_sphinx.py rename to deprecated/mixnet-overall/protocol/test_sphinx.py diff --git a/mixnet/protocol/test_temporalmix.py b/deprecated/mixnet-overall/protocol/test_temporalmix.py similarity index 100% rename from mixnet/protocol/test_temporalmix.py rename to deprecated/mixnet-overall/protocol/test_temporalmix.py diff --git a/mixnet/protocol/test_utils.py b/deprecated/mixnet-overall/protocol/test_utils.py similarity index 100% rename from mixnet/protocol/test_utils.py rename to deprecated/mixnet-overall/protocol/test_utils.py diff --git a/mixnet/requirements.txt b/deprecated/mixnet-overall/requirements.txt similarity index 100% rename from mixnet/requirements.txt rename to deprecated/mixnet-overall/requirements.txt diff --git a/mixnet/sim/__init__.py b/deprecated/mixnet-overall/sim/__init__.py similarity index 100% rename from mixnet/sim/__init__.py rename to deprecated/mixnet-overall/sim/__init__.py diff --git a/mixnet/sim/config.py b/deprecated/mixnet-overall/sim/config.py similarity index 100% rename from mixnet/sim/config.py rename to deprecated/mixnet-overall/sim/config.py diff --git a/mixnet/sim/connection.py b/deprecated/mixnet-overall/sim/connection.py similarity index 100% rename from mixnet/sim/connection.py rename to deprecated/mixnet-overall/sim/connection.py diff --git a/mixnet/sim/message.py b/deprecated/mixnet-overall/sim/message.py similarity index 100% rename from mixnet/sim/message.py rename to deprecated/mixnet-overall/sim/message.py diff --git a/mixnet/sim/simulation.py b/deprecated/mixnet-overall/sim/simulation.py similarity index 100% rename from mixnet/sim/simulation.py rename to deprecated/mixnet-overall/sim/simulation.py diff --git a/mixnet/sim/state.py b/deprecated/mixnet-overall/sim/state.py similarity index 100% rename from mixnet/sim/state.py rename to deprecated/mixnet-overall/sim/state.py diff --git a/mixnet/sim/stats.py b/deprecated/mixnet-overall/sim/stats.py similarity index 100% rename from mixnet/sim/stats.py rename to deprecated/mixnet-overall/sim/stats.py diff --git a/mixnet/sim/test_connection.py b/deprecated/mixnet-overall/sim/test_connection.py similarity index 100% rename from mixnet/sim/test_connection.py rename to deprecated/mixnet-overall/sim/test_connection.py diff --git a/mixnet/sim/test_message.py b/deprecated/mixnet-overall/sim/test_message.py similarity index 100% rename from mixnet/sim/test_message.py rename to deprecated/mixnet-overall/sim/test_message.py diff --git a/mixnet/sim/test_topology.py b/deprecated/mixnet-overall/sim/test_topology.py similarity index 100% rename from mixnet/sim/test_topology.py rename to deprecated/mixnet-overall/sim/test_topology.py diff --git a/mixnet/sim/topology.py b/deprecated/mixnet-overall/sim/topology.py similarity index 100% rename from mixnet/sim/topology.py rename to deprecated/mixnet-overall/sim/topology.py