xtea-cipher 0.0.2

A minimal, zero-dependency XTEA block (de)cipher utility.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["Mack <github.com/heavens>"]
description = "A minimal, zero-dependency XTEA block (de)cipher utility."
edition = "2021"
keywords = ["cryptography", "cipher", "io"]
license = "MIT"
name = "xtea-cipher"
readme = "README.md"
repository = "https://github.com/heavens/xtea-cipher"
rust-version = "1.60"
version = "0.0.2"