[package] name = "fungtaai" version = "0.1.1" authors = ["quininer "] description = "Fortuna PRNG implementation in Rust" repository = "https://github.com/quininer/sp800-185" keywords = [ "random", "PRNG", "cryptography" ] categories = [ "cryptography", "no-std" ] license = "MIT" [badges] travis-ci = { repository = "quininer/fungtaai" } appveyor = { repository = "quininer/fungtaai" } [dependencies] byteorder = { version = "1", default-features = false, features = [ "i128" ] } [dev-dependencies] aesni = "0.1" sha2 = "0.6" digest = "0.6"