saltbabe 0.1.4

tweetnacl library in pure rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Saltbabe
[![Build Status](https://travis-ci.org/javadevelopr/nacl-mini.svg?branch=master)](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/