You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
7 months ago
..
include v811_spc009_project 7 months ago
README v811_spc009_project 7 months ago
padding.c v811_spc009_project 7 months ago
rsa.c v811_spc009_project 7 months ago
rsa_utility.c v811_spc009_project 7 months ago
sha1.c v811_spc009_project 7 months ago
sha256.c v811_spc009_project 7 months ago
sha512.c v811_spc009_project 7 months ago
sha_utility.c v811_spc009_project 7 months ago

README

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