sct 0.1.0

Certificate transparency SCT verification library
Documentation
# SCT.rs
SCT.rs is a certificate transparency SCT verifier in rust.  It
It uses [*ring*](https://github.com/briansmith/ring) for cryptography.

[![Build Status](https://travis-ci.org/ctz/sct.rs.svg?branch=master)](https://travis-ci.org/ctz/sct.rs)

# License
SCT.rs is distributed under the following three licenses:

- Apache License version 2.0.
- MIT license.
- ISC license.

These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
respectively.  You may use this software under the terms of any
of these licenses, at your option.