portal-lib 0.5.0
A Secure file transfer library, written in Rust. The library utilizes
SPAKE2 for key negotiation over an insecure channel, and ChaCha20Poly1305
Authenticated Encryption to encrypt the file with the derived shared symmetric
key. This enables two peers to transfer a file over any channel without needing
to trust the intermediary relay.