## Saltbabe
[](https://travis-ci.org/hskang9/saltbabe)
This is a fork of [NACL-Mini](https://github.com/javadevelopr/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/