sparx-cipher 0.1.2

Another SPARX block cipher implementation for Rust
Documentation
[badges.travis-ci]
repository = "quininer/sparx-cipher"

[dependencies.byteorder]
default-features = false
version = "1.0"

[features]
default = ["x128_128"]
x128_128 = []
x128_256 = []
x64_128 = []

[package]
authors = ["quininer <quininer@live.com>"]
categories = ["cryptography", "no-std"]
description = "Another SPARX block cipher implementation for Rust"
keywords = ["block-cipher", "cryptography"]
license = "MIT"
name = "sparx-cipher"
repository = "https://github.com/quininer/sparx-cipher"
version = "0.1.2"