[package] name = "rng256" version = "0.1.0" authors = [ "Fabian Kaczmarczyck ", "Guillaume Endignoux ", "Jean-Michel Picod ", ] license = "Apache-2.0" edition = "2018" [dependencies] arrayref = "0.3.6" rand = { version = "0.6.5", optional = true } [features] std = ["rand"]