android_mt6572_jiabo/external/vboot_reference/firmware/lib/cryptolib
2025-09-05 16:56:03 +08:00
..
include first commit 2025-09-05 16:56:03 +08:00
padding.c first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00
rsa.c first commit 2025-09-05 16:56:03 +08:00
rsa_utility.c first commit 2025-09-05 16:56:03 +08:00
sha1.c first commit 2025-09-05 16:56:03 +08:00
sha256.c first commit 2025-09-05 16:56:03 +08:00
sha512.c first commit 2025-09-05 16:56:03 +08:00
sha_utility.c first commit 2025-09-05 16:56:03 +08:00

This contains the implementation for the crypto library. This includes
implementations for SHA1, SHA256, SHA512, and RSA signature verification
(for PKCS #1 v1.5 signatures).