ffsend-api 0.0.3

A fully featured Firefox Send API client.
Documentation
1
2
3
4
5
6
7
pub mod b64;
pub mod hdkf;
pub mod key_set;
pub mod sig;

// Reexport the cryptographically secure random bytes generator
pub use super::openssl::rand::rand_bytes;