simplecrypt 1.0.0

simple wrapper around sodiumoxide (libsodium) to easily encrypt and decrypt data with a secret key
Documentation

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

cargo doc --open

Tests

To run the tests, clone the repository and run

cargo test