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