ntge-core 0.1.0

A cryptography tool that supports file encryption, decryption, signing and verifying.
Documentation
1
2
3
4
5
6
7
pub mod keypair;
pub mod private;
pub mod public;

use crate::error;

pub const CURVE_NAME_ED25519: &str = "Ed25519";