anubis-wormhole 1.0.0

A post-quantum secure file transfer tool based on the Magic Wormhole protocol.
Documentation
1
2
3
4
5
6
pub mod hints;
pub mod net;
pub mod relay;
pub mod record;

pub use relay::{relay_token_from_kdata, sender_handshake_string, receiver_handshake_string};