• Home
Name Date Size #Lines LOC

..--

public/pw_crypto/03-May-2024-276115

public_overrides/03-May-2024-536

size_report/03-May-2024-15094

BUILD.bazelD03-May-20242.8 KiB132117

BUILD.gnD03-May-20244.5 KiB201176

OWNERSD03-May-202420 21

README.mdD03-May-2024295 85

backend.gniD03-May-2024667 1917

docs.rstD03-May-20244.5 KiB176121

ecdsa_boringssl.ccD03-May-20243.1 KiB9964

ecdsa_mbedtls.ccD03-May-20243.4 KiB11670

ecdsa_test.ccD03-May-20246.9 KiB164110

ecdsa_uecc.ccD03-May-20242.4 KiB7543

sha256_boringssl.ccD03-May-20241.4 KiB4927

sha256_mbedtls.ccD03-May-20241.5 KiB5429

sha256_mock.ccD03-May-20241.4 KiB4220

sha256_mock_test.ccD03-May-20241.8 KiB6132

sha256_test.ccD03-May-20244.2 KiB14598

README.md

1# pw\_crypto: Safe embedded friendly crypto services
2
3This module is being built with the following services coming soon:
4
51. Hashing a message with SHA256.
61. Verifying a digital signature with ECDSA over the NIST P256 curve.
7
8The bulk of the documentation is at https://pigweed.dev/pw_crypto/.