aes_ctr_drbg 0.0.2

Implementation of CTR DRBG based on AES-256.
Documentation
[package]
name = "aes_ctr_drbg"
version = "0.0.2"
authors = ["Kris Kwiatkowski <contact@amongbytes.com>"]
edition = "2018"
description = "Implementation of CTR DRBG based on AES-256."
license = "MIT"
repository = "https://github.com/henrydcase/aes_ctr_drbg"

[dependencies]
hex = "0.4.2"
rust-crypto = "^0.2"