2 unstable releases

0.2.0 Oct 25, 2023
0.1.0 Jan 19, 2020

#1497 in Cryptography

Download history 5/week @ 2024-02-16 17/week @ 2024-02-23 7/week @ 2024-03-01 29/week @ 2024-03-08 6/week @ 2024-03-15 18/week @ 2024-03-29

53 downloads per month

MIT/Apache

34KB
774 lines

septid

Build status

septid contains an implementation of the spiped protocol.

spiped can be used to make secure connections across the network, without the complexities of a full TLS ("https") implementation.

septid currently contains a write-only client, SPipe.

For usage, please consult the documentation on docs.rs, or the CLI example.

MSRV

Rust 1.39 (async/await) is supported, and checked by Travis.

This is required by zeroize, but not (yet) by us directly.

Updating this is a minor semver bump.

License

MIT or Apache-2.0

Dependencies

~8–20MB
~273K SLoC