xts-mode 0.4.0

XTS block mode implementation in rust
Documentation
[[bench]]
harness = false
name = "encryption"
[dependencies.byteorder]
version = "1"

[dependencies.cipher]
version = "0.3"
[dev-dependencies.aes]
version = "0.7"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.hex-literal]
version = "0.3"

[dev-dependencies.rand]
version = "0.8"

[package]
authors = ["Aphek <bilkow@tutanota.com>"]
description = "XTS block mode implementation in rust"
documentation = "https://docs.rs/xts-mode"
edition = "2018"
exclude = ["test_files"]
keywords = ["encryption", "xts"]
license = "MIT"
name = "xts-mode"
readme = "README.md"
repository = "https://github.com/pheki/xts-mode"
version = "0.4.0"