Home | History | Annotate | only in /external/vboot_reference/firmware/lib/cryptolib
Up to higher level directory
NameDateSize
include/21-Oct-2016
padding.c21-Oct-201631.4K
README21-Oct-2016175
rsa.c21-Oct-20164.8K
rsa_utility.c21-Oct-20164.5K
sha1.c21-Oct-20166.8K
sha256.c21-Oct-201612.3K
sha512.c21-Oct-201612.7K
sha_utility.c21-Oct-20163.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