sct 0.2.0

Certificate transparency SCT verification library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "sct"
version = "0.2.0"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
description = "Certificate transparency SCT verification library"
license = "Apache-2.0/ISC/MIT"
readme = "README.md"
homepage = "https://github.com/ctz/sct.rs"
repository = "https://github.com/ctz/sct.rs"
categories = ["network-programming", "cryptography"]

[dependencies]
ring = "0.12"
untrusted = "0.5.1"