mega-security-rs 0.1.1

An implementation of Mega's security whitepaper
Documentation
1
2
3
4
5
6
7
8
9
pub mod client;
pub mod server;
pub mod utils;
pub mod errors;

pub use client::*;
pub use server::*;

pub const PBKDF2_ITER_NUM: u32 = 100000;