An implementation of the Rabbit Stream Cipher Algorithm with support of no_std environment.
Use cargo package.
#[no_std]
environment.Use nostd
feature.
toml
[dependencies]
rabbit = { version = SOME_VERSION, features = ["nostd"] }
Hosted on github pages.