Home | History | Annotate | only in /external/vboot_reference/firmware/lib/cryptolib
Up to higher level directory
NameDateSize
include/21-Aug-2018
padding.c21-Aug-201831.4K
README21-Aug-2018175
rsa.c21-Aug-20184.8K
rsa_utility.c21-Aug-20184.5K
sha1.c21-Aug-20186.8K
sha256.c21-Aug-201812.3K
sha512.c21-Aug-201812.7K
sha_utility.c21-Aug-20183.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