tree: 231cbe6ecd489537cb71b37680e2283784011c1b [path history] [tgz]
  1. src/
  2. test/
  3. .cargo-checksum.json
  4. Cargo.toml
  5. LICENSE
  6. LICENSE-APACHE
  7. LICENSE-ISC
  8. LICENSE-MIT
  9. README.md
android/vendor/sct-0.7.0/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.