android13/external/pigweed/pw_crypto/README.md

8 lines
295 B
Markdown
Raw Normal View History

2024-06-22 08:45:49 -04:00
# pw\_crypto: Safe embedded friendly crypto services
This module is being built with the following services coming soon:
1. Hashing a message with SHA256.
1. Verifying a digital signature with ECDSA over the NIST P256 curve.
The bulk of the documentation is at https://pigweed.dev/pw_crypto/.