Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

blackbeam/rust-rabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-rabbit Build Status

An implementation of the Rabbit Stream Cipher Algorithm with support of no_std environment.


ARCHIVED

It is now in RustCrypto organization (link).


Installation

Use cargo package.

Use in #[no_std] environment.

Use nostd feature.

[dependencies]
rabbit = { version = SOME_VERSION, features = ["nostd"] }

Documentation

Hosted on docs.rs.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

An implementation of the Rabbit Stream Cipher Algorithm with support of no_std environment.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages