crypto-ext 0.0.1

Set of cryptographic functions to encrypt, decrypt, sign, verify data
Documentation
[dependencies.aes-gcm]
version = "0.10.1"

[dependencies.openssl]
features = ["vendored"]
version = "0.10.42"

[dependencies.p256]
features = ["ecdsa"]
version = "0.11.1"

[dependencies.sha256]
version = "1.1.1"

[package]
authors = ["Bohdan Tsap <bohdan.tsap@tutanota.com>"]
categories = ["cryptography", "caching", "game-development", "web-programming"]
description = "Set of cryptographic functions to encrypt, decrypt, sign, verify data"
edition = "2021"
homepage = "https://github.com/bohdaq/crypto-ext"
keywords = ["encrypt", "decrypt", "sign", "verify", "digest"]
license = "MIT OR Apache-2.0 OR ISC OR LGPL-3.0-or-later OR CC-BY-4.0"
name = "crypto-ext"
readme = "README.md"
repository = "https://github.com/bohdaq/crypto-ext"
rust-version = "1.64"
version = "0.0.1"