Skip to content
/ crypto Public

Owlchat Crypto Primitives in Rust with FFI binding for Dart and others.

License

Notifications You must be signed in to change notification settings

owlchat/crypto

Repository files navigation

Owlchat Crypto

Owlchat Crypto Primitives in Rust with FFI binding for Dart, Flutter and others.
⚠️ Beta Software ⚠️


Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust, excluding the FFI part of course.

Usage And Examples

For usage and example please take a look here:

Contributing

Want to join us? take a look at some of these issues:

License

Licensed under GPLV3 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the GPLV3 license, shall be licensed as above, without any additional terms or conditions.