ntge-core 0.1.0

A cryptography tool that supports file encryption, decryption, signing and verifying.
Documentation
1
2
3
4
5
6
// We re-write message encryption logic here from rage by @str4d
// https://github.com/str4d/rage

pub mod filekey;
pub mod private;
pub mod public;