anothertls 0.1.3

Yet another TLS implementation, but written from scratch (including the crypto) in pure Rust - of course.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.ibig]
default-features = false
version = "0.3.6"

[package]
authors = ["Tobias Müller <git@tsmr.eu>"]
categories = ["network-programming", "cryptography"]
description = "Yet another TLS implementation, but written from scratch (including the crypto) in pure Rust - of course."
edition = "2021"
license-file = "LICENSE"
name = "anothertls"
readme = "README.md"
repository = "https://github.com/otsmr/AnotherTLS"
resolver = "1"
rust-version = "1.66"
version = "0.1.3"