[dependencies.byteorder]
default-features = false
version = "1"
[dependencies.cipher]
version = "0.2"
[dev-dependencies.cipher]
features = ["dev"]
version = "0.2"
[package]
authors = ["Youmu"]
categories = ["cryptography", "no-std"]
description = "TEA block cipher"
documentation = "https://docs.rs/tea-soft"
edition = "2018"
exclude = [".github/**", ".gitignore"]
keywords = ["crypto", "tea", "block-cipher"]
license = "MIT OR Apache-2.0"
name = "tea-soft"
readme = "README.md"
repository = "https://github.com/johnmave126/tea-soft"
version = "0.3.0"