simple network file transfer
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.
Avril 192a7a6ed6
Added cargo description
3 years ago
src enc::ser: Added message hashing option. Added message validation, optional message header for hash, salt and signature (if used.) Messages now contain 2 prefix (whitespace, to not change bare text-formatted messages semantics) characters used to determine if the message is valid and if there is a header to be read from it. 3 years ago
.gitignore Initial commit 3 years ago
Cargo.lock enc::ser: Added message hashing option. Added message validation, optional message header for hash, salt and signature (if used.) Messages now contain 2 prefix (whitespace, to not change bare text-formatted messages semantics) characters used to determine if the message is valid and if there is a header to be read from it. 3 years ago
Cargo.toml Added cargo description 3 years ago