saltbabe 0.1.4

tweetnacl library in pure rust
Documentation

Saltbabe

Build Status

This is a fork of NACL-Mini.

NACL-Mini

A partial rust implementation of authenticated encryption functions of libsodium using cryptographic primitives from the Rust-Crypto project.

This includes the seal() and open() functions. seal() encrypts a packet and prepends a Poly1305 MAC authentication tag, open() performs the reverse. For details see https://nacl.cr.yp.to/