aes-ctr 0.1.0

AES-CTR stream ciphers
Documentation
Build #110476 2018-07-30T10:40:09.883159+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading aes-ctr v0.1.0
Compiling opaque-debug v0.1.1
Fresh byte-tools v0.2.0
Running `rustc --crate-name opaque_debug .cargo/registry/src/github.com-1ecc6299db9ec823/opaque-debug-0.1.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e8a86a0cf6e074df -C extra-filename=-e8a86a0cf6e074df --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh typenum v1.10.0
Fresh generic-array v0.9.0
Fresh stream-cipher v0.1.0
Fresh block-cipher-trait v0.5.3
Compiling ctr v0.1.0
Running `rustc --crate-name ctr .cargo/registry/src/github.com-1ecc6299db9ec823/ctr-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=d02d8a84c337478f -C extra-filename=-d02d8a84c337478f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern block_cipher_trait=/home/cratesfyi/cratesfyi/debug/deps/libblock_cipher_trait-410d3468645a3667.rlib --extern-version block_cipher_trait=block-cipher-trait,0.5.3 --extern stream_cipher=/home/cratesfyi/cratesfyi/debug/deps/libstream_cipher-06601d6d5e273749.rlib --extern-version stream_cipher=stream-cipher,0.1.0 --cap-lints allow`
Compiling aes-soft v0.2.0
Running `rustc --crate-name aes_soft .cargo/registry/src/github.com-1ecc6299db9ec823/aes-soft-0.2.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=3a6f1c400bacda57 -C extra-filename=-3a6f1c400bacda57 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern opaque_debug=/home/cratesfyi/cratesfyi/debug/deps/libopaque_debug-e8a86a0cf6e074df.rlib --extern-version opaque_debug=opaque-debug,0.1.1 --extern byte_tools=/home/cratesfyi/cratesfyi/debug/deps/libbyte_tools-3ffd79e75dd00a52.rlib --extern-version byte_tools=byte-tools,0.2.0 --extern block_cipher_trait=/home/cratesfyi/cratesfyi/debug/deps/libblock_cipher_trait-410d3468645a3667.rlib --extern-version block_cipher_trait=block-cipher-trait,0.5.3 --cap-lints allow`
Documenting aes-ctr v0.1.0
Running `rustdoc --crate-name aes_ctr .cargo/registry/src/github.com-1ecc6299db9ec823/aes-ctr-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern aes_soft=/home/cratesfyi/cratesfyi/debug/deps/libaes_soft-3a6f1c400bacda57.rlib --extern-version aes_soft=aes-soft,0.2.0 --extern ctr=/home/cratesfyi/cratesfyi/debug/deps/libctr-d02d8a84c337478f.rlib --extern-version ctr=ctr,0.1.0 --extern stream_cipher=/home/cratesfyi/cratesfyi/debug/deps/libstream_cipher-06601d6d5e273749.rlib --extern-version stream_cipher=stream-cipher,0.1.0`
Finished dev [unoptimized + debuginfo] target(s) in 0.91 secs