Run the complete example:
```sh
cargo run --example crypto_rsa
```
*Full walkthrough for this cookbook entry is under development. The example file contains extensive comments explaining each step.*
*See [examples/crypto_rsa.rs](https://github.com/cgorski/symplex/blob/main/examples/crypto_rsa.rs) for the complete source.*