tree: fc6d0ba86954e78c3dfde3fda575baf59e1873b4 [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_boringssl.cc
  11. sha256_mbedtls.cc
  12. 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. Hashing 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/.