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 5fa9bccc52
Added const_generics to smallvec.
3 years ago
src This bug may make ESock **unusable** in this project entirely. Individual `SerializedMessage` sending/receiving _might_ work reliably since that is based on rigid size communication, but streamed data may be untenable. Any desync in streaming buffers causes complete failure. 3 years ago
.gitignore Started `Message` protocol. 3 years ago
Cargo.lock Improved error messages for `set_encrypted_read()` and `exchange()`. 3 years ago
Cargo.toml Added const_generics to smallvec. 3 years ago
build.rs Encrypt + Sign tests work. 3 years ago