simplecrypt

Just a very basic wrapper around sodiumoxide that supports encrypting and decrypting arbitrary data with a secret key.

Docs

To open the documentation, clone the repository and run

shell script cargo doc --open

Tests

To run the tests, clone the repository and run

shell script cargo test