Remote encrypted message/data/command passing (basic shell)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Avril 444f3f38dc
Added `ESock::transfer_state()`: Change the `tx` and `rx` types in a encrypted socket while maintaining its keys and other encryption state.
3 years ago
src Added `ESock::transfer_state()`: Change the `tx` and `rx` types in a encrypted socket while maintaining its keys and other encryption state. 3 years ago
.gitignore Started `Message` protocol. 3 years ago
Cargo.lock Added `ESock::transfer_state()`: Change the `tx` and `rx` types in a encrypted socket while maintaining its keys and other encryption state. 3 years ago
Cargo.toml Added `ESock::transfer_state()`: Change the `tx` and `rx` types in a encrypted socket while maintaining its keys and other encryption state. 3 years ago
build.rs Encrypt + Sign tests work. 3 years ago
esock-pipe.drawio Created crude diagram for socket buffer pipelining tasks and communication with network and user. 3 years ago