tree: 4ada690b6c0315aa94a032593608798d50f6e078 [path history] [tgz]
  1. admin/
  2. src/
  3. test/
  4. .cargo-checksum.json
  5. Cargo.toml
  6. LICENSE
  7. LICENSE-APACHE
  8. LICENSE-ISC
  9. LICENSE-MIT
  10. OWNERS
  11. README.md
third_party/rust_crates/vendor/sct/README.md

SCT.rs

SCT.rs is a certificate transparency SCT verifier in rust. It uses ring for cryptography.

Build Status Coverage Status Documentation Crates.io

Status

Ready for use:

  • All intended features are implemented.
  • Tests achieve 100% line coverage and all reachable branches.

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.