• Home
Name Date Size #Lines LOC

..--

public/pw_crypto/03-May-2024-286120

public_overrides/03-May-2024-536

size_report/03-May-2024-158102

BUILD.bazelD03-May-20243.5 KiB172155

BUILD.gnD03-May-20245.2 KiB223196

OWNERSD03-May-202420 21

README.mdD03-May-2024295 85

backend.gniD03-May-2024667 1917

docs.rstD03-May-20245 KiB193134

ecdsa_boringssl.ccD03-May-20243.4 KiB10770

ecdsa_mbedtls.ccD03-May-20243.4 KiB11670

ecdsa_test.ccD03-May-20246.9 KiB164110

ecdsa_uecc.ccD03-May-20244.1 KiB10663

sha256_boringssl.ccD03-May-20241.4 KiB4927

sha256_mbedtls.ccD03-May-20241.5 KiB5429

sha256_mock.ccD03-May-20241.4 KiB4421

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