[dependencies.rand_core]
version = "0.6"
[dev-dependencies.rand]
default-features = false
version = "0.8"
[package]
authors = ["Christopher Foo <chris.foo@gmail.com>"]
categories = ["algorithms", "no-std"]
description = "Implementation of the mx3 algorithm providing a bit mixer, pseudo-random number generator, and hash function."
edition = "2018"
keywords = ["hash", "random", "no_std"]
license = "MIT"
name = "mx3"
readme = "README.md"
repository = "https://github.com/chfoo/mx3-rs"
version = "0.2.0"