Go to file
c0repwn3r db827ccd19
work on packet processing [changes by tm85]
2023-01-28 15:04:49 -05:00
.idea rename project 2023-01-28 13:29:35 -05:00
libsrt work on packet processing [changes by tm85] 2023-01-28 15:04:49 -05:00
relay rename project 2023-01-28 13:29:35 -05:00
.gitignore initial commit 2023-01-25 18:24:51 -05:00
Cargo.lock rename project 2023-01-28 13:29:35 -05:00
Cargo.toml rename project 2023-01-28 13:29:35 -05:00
LICENSE implement the rest of the packets 2023-01-28 14:21:33 -05:00
README.md implement the rest of the packets 2023-01-28 14:21:33 -05:00

README.md

SRT

SRT is a protocol and client system for Secure Relayed Traffic, designed for quick ephemeral communication between two nodes and a common relay. It uses a modified Noise IKpsk2 handshake (no rekeying) to achieve perfect forward and backward security.

Contact

If you have a general question about SRT, shoot an email to ~core/srt-discuss@lists.e3t.cc. All maintainers are subscribed to this list and we'll do our best to get back to you in a timely manner. Remember to use proper mailing list etiquette.

If you would like to contribute to SRT, use git-send-email to send your patches to ~core/srt-devel@lists.e3t.cc.

If you are a user of SRT and would like to receive a low-volume newsletter about changes, consider subscribing to ~core/srt-discuss@lists.e3t.cc. We promise we won't spam you.