short-crypt 1.0.28

ShortCrypt is a very simple encryption library, which aims to encrypt any data into something random at first glance.
Documentation
[dependencies.base32]
version = "0.4"

[dependencies.base64-url]
version = "2"

[dependencies.crc-any]
version = "2.3"

[dependencies.debug-helper]
version = "0.3"

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["no-std", "algorithms", "cryptography"]
description = "ShortCrypt is a very simple encryption library, which aims to encrypt any data into something random at first glance."
edition = "2021"
homepage = "https://magiclen.org/short-crypt"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["crypto", "qrcode", "url", "encrypt", "decrypt"]
license = "MIT"
name = "short-crypt"
readme = "README.md"
repository = "https://github.com/magiclen/rust-short-crypt"
rust-version = "1.56"
version = "1.0.28"