tree: b8c8f81507493ad40af0645374e9d91a70ddff0e [path history] [tgz]
  1. .github/
  2. src/
  3. test/
  4. .cargo-checksum.json
  5. .cargo_vcs_info.json
  6. BUILD.bazel
  7. Cargo.toml
  8. Cargo.toml.orig
  9. LICENSE
  10. LICENSE-APACHE
  11. LICENSE-ISC
  12. LICENSE-MIT
  13. OWNERS
  14. README.md
third_party/rust_crates/vendor/sct-0.7.1/README.md

SCT.rs

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

Build Status Coverage Status (codecov.io) 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.