android13/external/pigweed/pw_crypto
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
public/pw_crypto initial 2024-06-22 20:45:49 +08:00
public_overrides initial 2024-06-22 20:45:49 +08:00
size_report initial 2024-06-22 20:45:49 +08:00
BUILD.bazel initial 2024-06-22 20:45:49 +08:00
BUILD.gn initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
backend.gni initial 2024-06-22 20:45:49 +08:00
docs.rst initial 2024-06-22 20:45:49 +08:00
ecdsa_boringssl.cc initial 2024-06-22 20:45:49 +08:00
ecdsa_mbedtls.cc initial 2024-06-22 20:45:49 +08:00
ecdsa_test.cc initial 2024-06-22 20:45:49 +08:00
ecdsa_uecc.cc initial 2024-06-22 20:45:49 +08:00
sha256_boringssl.cc initial 2024-06-22 20:45:49 +08:00
sha256_mbedtls.cc initial 2024-06-22 20:45:49 +08:00
sha256_mock.cc initial 2024-06-22 20:45:49 +08:00
sha256_mock_test.cc initial 2024-06-22 20:45:49 +08:00
sha256_test.cc initial 2024-06-22 20:45:49 +08:00

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/.