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