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