tree: 56543ce8cc80d76a1f4cd78e3c2cae82819d4f06 [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. ecdsa_uecc.cc
  11. README.md
  12. sha256_boringssl.cc
  13. sha256_mbedtls.cc
  14. sha256_mock.cc
  15. sha256_mock_test.cc
  16. 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/.