barnacl

Crates.iobarnacl
lib.rsbarnacl
version0.1.1
sourcesrc
created_at2015-07-10 20:44:38.562689
updated_at2015-12-11 23:57:49.028558
descriptionFast cryptographic library for Rust (bindings to libsodium)
homepage
repositoryhttps://github.com/rustyhorde/barnacl
max_upload_size
id2580
size4,729,151
Jason Ozias (CraZySacX)

documentation

http://rustyhorde.github.io/barnacl

README

sodiumoxide

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 http://rustyhorde.github.io/barnacl.

Examples

TBD

Join in

File bugs in the issue tracker

Master git repository

git clone https://github.com/rustyhorde/barnacl.git

License

MIT

Status

Commit count: 0

cargo fmt