mega-security-rs 0.3.0

An implementation of Mega's security whitepaper
Documentation
1
2
3
4
5
6
use mega_security_rs::ClientRegistration;

#[test]
fn new_client() {
    let _client = ClientRegistration::new_from_creds("test.com", "12345", None);
}