Just a very basic wrapper around sodiumoxide that supports encrypting and decrypting arbitrary data with a secret key.
To open the documentation, clone the repository and run
shell script
cargo doc --open
To run the tests, clone the repository and run
shell script
cargo test