sparx-cipher 0.1.2

Another SPARX block cipher implementation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Sparx Cipher
[![travis-ci](https://api.travis-ci.org/quininer/sparx-cipher.svg)](https://travis-ci.org/quininer/sparx-cipher)
[![crates](https://img.shields.io/crates/v/sparx-cipher.svg)](https://crates.io/crates/sparx-cipher)
[![license](https://img.shields.io/github/license/quininer/sparx-cipher.svg)](https://github.com/quininer/sparx-cipher/blob/master/LICENSE)
[![docs.rs](https://docs.rs/sparx-cipher/badge.svg)](https://docs.rs/sparx-cipher/)

Another SPARX block cipher implementation for Rust.

* [Design Strategies for ARX with Provable Bounds: SPARX and LAX]https://eprint.iacr.org/2016/984
* [SPARX: A Family of ARX-based Lightweight Block Ciphers with Provable Bounds]https://www.nist.gov/sites/default/files/documents/2016/10/18/perrin-presentation-lwc2016.pdf
* [ref implementation]https://github.com/cryptolu/SPARX