simplestcrypt 0.1.3

Simplest way to perform a symmetric encryption, using a preshared key. Very small wrapper around aes-siv crate, with randomly generated nonces, for anything more advanced, use aes-siv instead
Documentation
[dependencies.aes-siv]
version = "0.6"

[dependencies.bincode]
version = "1.3"

[dependencies.rand]
version = "0.7"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[package]
authors = ["Kristoffer Ödmark <kristoffer.odmark90@gmail.com>"]
description = "Simplest way to perform a symmetric encryption, using a preshared key. Very small wrapper around aes-siv crate, with randomly generated nonces, for anything more advanced, use aes-siv instead"
edition = "2018"
license = "MIT"
name = "simplestcrypt"
readme = "README.md"
repository = "https://github.com/TotalKrill/simplestcrypt"
version = "0.1.3"