Home | History | Annotate | only in /external/vboot_reference/firmware/lib/cryptolib
Up to higher level directory
NameDateSize
include/05-Oct-2017
padding.c05-Oct-201731.4K
README05-Oct-2017175
rsa.c05-Oct-20174.8K
rsa_utility.c05-Oct-20174.5K
sha1.c05-Oct-20176.8K
sha256.c05-Oct-201712.3K
sha512.c05-Oct-201712.7K
sha_utility.c05-Oct-20173.1K

README

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