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
7
8
9
#[path = "error.rs"]
pub mod error;
#[path = "frame.rs"]
pub mod frame;
#[path = "port.rs"]
pub mod port;
#[path = "protocol.rs"]
pub mod protocol;