turing-cipher 0.1.1

A fast Rust implementation of Qualcomm's Turing stream cipher.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "turing-cipher"
version = "0.1.1"
edition = "2021"
authors = ["Bright Xu <BrightXu666@qq.com>"]
repository = "https://github.com/BrightX/rust-turing"
keywords = ["turing", "cipher"]
license = "MIT OR Apache-2.0"
readme = "ReadMe.md"
description = "A fast Rust implementation of Qualcomm's Turing stream cipher."
include = ["examples/**/*.rs", "src/**/*", "Cargo.toml", "LICENSE*", "ReadMe.md"]