liiir1985 7f62dcda9f | ||
---|---|---|
.. | ||
public/pw_crypto | ||
public_overrides | ||
size_report | ||
BUILD.bazel | ||
BUILD.gn | ||
OWNERS | ||
README.md | ||
backend.gni | ||
docs.rst | ||
ecdsa_boringssl.cc | ||
ecdsa_mbedtls.cc | ||
ecdsa_test.cc | ||
ecdsa_uecc.cc | ||
sha256_boringssl.cc | ||
sha256_mbedtls.cc | ||
sha256_mock.cc | ||
sha256_mock_test.cc | ||
sha256_test.cc |
README.md
pw_crypto: Safe embedded friendly crypto services
This module is being built with the following services coming soon:
- Hashing a message with SHA256.
- Verifying a digital signature with ECDSA over the NIST P256 curve.
The bulk of the documentation is at https://pigweed.dev/pw_crypto/.