Crypto-TII / TLS1.3

Bilingual Implementation of TLS1.3 in C++ and Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIIGER TLS

A small-footprint clean-room implementation of TLS1.3 in C++ and Rust. The C++ version provides only a client, but is particularly well suited for constrained environments. The Rust version provides both a client and a server.

Note that these implementations are particularly suited for testing Post-Quantum alternatives to current standard cryptographic primitives.

License


Proceed to the cpp or rust directories to continue.


About

Bilingual Implementation of TLS1.3 in C++ and Rust

License:Apache License 2.0


Languages

Language:Rust 60.6%Language:C++ 33.1%Language:C 3.9%Language:Python 2.2%Language:Shell 0.1%Language:CMake 0.1%