Libsodium sealed_box construction for Rust/WebAssembly
Pure Rust implementation of libsodium's sealed box encryption
Sealed boxes using X25519 and ChaCha20-Poly1305 (RFC 8439): anonymously send unforgeable messages to a recipient given their public key
A Rust Library to use sodium
Miden Cryptographic primitives
Don't Roll Your Own Crypto: pure-Rust, hard to misuse cryptography library
A very simple Ogg packet serializer and deserializer and a stream for writing data and encapsulating the data into Ogg streams.
Signed, replay-proof UDP pulse daemon: a server learns and verifies a NAT'd client's real source IP and runs a hook (server + client binaries)
SignedPulse client: periodically proves its source IP to the server with a signed pulse
Shared protocol, crypto, and config types for SignedPulse
SignedPulse server: verifies signed UDP pulses and runs a hook command
Pure Rust cryptography facade for the OxiCrypto stack (hashes, AEADs, MACs, signatures, KEX, KDFs, CSPRNG)