sec-store 1.0.1

Simple encrypted storage
Documentation
[dependencies.ring]
version = "0.17"

[dependencies.xxhash-rust]
features = ["xxh3"]
version = "0.8.7"

[package]
authors = ["Douman <douman@gmx.se>"]
categories = ["cryptography", "config"]
description = "Simple encrypted storage"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["encryption", "security", "secrets", "cryptography"]
license = "BSL-1.0"
name = "sec-store"
readme = "README.md"
repository = "https://github.com/DoumanAsh/sec-store"
version = "1.0.1"