5 releases

Uses old Rust 2015

0.1.4 Nov 29, 2019
0.1.3 Nov 25, 2019
0.1.2 Nov 25, 2019
0.1.1 Nov 25, 2019
0.1.0 Nov 23, 2019

#5 in #tweetnacl


Used in 2 crates

Custom license

19KB
460 lines

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/

Dependencies

~4MB
~51K SLoC