wireapp/sodiumoxide

Name: sodiumoxide

Owner: Wire Swiss GmbH

Description: Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium)

Forked from: dnaq/sodiumoxide

Created: 2017-02-27 10:56:18.0

Updated: 2018-05-07 18:42:58.0

Pushed: 2017-05-02 12:51:13.0

Homepage: null

Size: 6288

Language: Rust

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

sodiumoxide

Build Status

NaCl (pronounced “salt”) is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. Of course, other libraries already exist for these core operations. NaCl advances the state of the art by improving security, by improving usability, and by improving speed.

Sodium is a portable, cross-compilable, installable, packageable fork of NaCl (based on the latest released upstream version nacl-20110221), with a compatible API.

This package aims to provide a type-safe and efficient Rust binding that's just as easy to use.

Dependencies

Sodium

Building
cargo build
Testing
cargo test
Documentation
cargo doc

Documentation will be generated in target/doc/…

Most documentation is taken from NaCl, with minor modification where the API differs between the C and Rust versions.

Documentation for the latest build can be found at gh-pages.

Examples

TBD

Join in

File bugs in the issue tracker

Master git repository

git clone https://github.com/dnaq/sodiumoxide.git
License

Licensed under either of

at your option.

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.