ncryptf-rs 0.5.7

Secure API authentication and end to end encryption.
Documentation
1
2
3
4
5
6
7
8
mod ncryptfts;

#[cfg(feature = "rocket")]
#[macro_use]
extern crate rocket;

#[cfg(feature = "rocket")]
mod rocketts;