tree: f7778251c9546a8ed805c09155e7804efdf54c9f [path history] [tgz]
  1. public/
  2. public_overrides/
  3. BUILD.bazel
  4. BUILD.gn
  5. docs.rst
  6. ecdsa_mbedtls.cc
  7. ecdsa_test.cc
  8. README.md
  9. sha256_mbedtls.cc
  10. 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/.