tls-decrypt 0.1.3

a simple lib to decrypt the tls cipher data
Documentation
[package]
name = "tls-decrypt"
version = "0.1.3"
edition = "2021"
description = "a simple lib to decrypt the tls cipher data"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
openssl = "0.10.64"

# 添加 test dependencies
[dev-dependencies]
hex = "0.4.3"