tree: aa317a188aea34c49b8bd964a053bd5e951b6704 [path history] [tgz]
  1. public/
  2. public_overrides/
  3. size_report/
  4. BUILD.bazel
  5. BUILD.gn
  6. docs.rst
  7. ecdsa_mbedtls.cc
  8. ecdsa_test.cc
  9. README.md
  10. sha256_mbedtls.cc
  11. sha256_test.cc
pw_crypto/README.md

pw_crypto: Safe embedded friendly crypto services

This module is being built with the following services coming soon:

  1. Digesting a message with SHA256.
  2. Verifying a digital signature with ECDSA over the NIST P256 curve.

The bulk of the documentation is at https://pigweed.dev/pw_crypto/.