sysfunc-blockcipher-xtea 0.1.1

Simple XTEA block cipher implementation #![no_std].
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["A.W. Stanley <aws@sysfunc.net>"]
categories = ["no-std"]
description = """
Simple XTEA block cipher implementation #![no_std].
"""
edition = "2018"
homepage = "https://github.com/sysfunc/sysfunc-blockcipher-xtea.rs/"
include = ["src/lib.rs", "Cargo.toml", "README.md", "LICENCE", "CHANGES.md"]
license = "ISC"
name = "sysfunc-blockcipher-xtea"
readme = "README.md"
repository = "https://github.com/sysfunc/sysfunc-blockcipher-xtea.rs/"
version = "0.1.1"