tree: 2237338407066ae868283d4e9ce2a3483691b22b [path history] [tgz]
  1. public/
  2. public_overrides/
  3. size_report/
  4. backend.gni
  5. BUILD.bazel
  6. BUILD.gn
  7. docs.rst
  8. ecdsa_boringssl.cc
  9. ecdsa_mbedtls.cc
  10. ecdsa_test.cc
  11. ecdsa_uecc.cc
  12. OWNERS
  13. README.md
  14. sha256_boringssl.cc
  15. sha256_mbedtls.cc
  16. sha256_mock.cc
  17. sha256_mock_test.cc
  18. 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/.