Serialize/DeSerialize for Rust built-in types and user defined types (complex struct types)
-
Updated
Nov 10, 2021 - Rust
Serialize/DeSerialize for Rust built-in types and user defined types (complex struct types)
Cryptography is an important tool for building secure systems. In this lab, you will explore how to build a file encryption service in Rust. We wish to allow a sender to securely communicate a file to a receiver. We do not assume the sender and receiver have communicated before, and therefore the two parties do not have some kind of shared secret b
Add a description, image, and links to the serilization topic page so that developers can more easily learn about it.
To associate your repository with the serilization topic, visit your repo's landing page and select "manage topics."