Files
wolfssl/src
David Garske f692c8cefb New hash and signature wrapper functions:
1. Added new hash wrapper function "wc_Hash". Hash functions support Md# and SHA# using "enum wc_HashType". Added new "wc_HashGetDigestSize" function to get hash size (returns 0 if not supported).
2. Added new signature wrapper functions "wc_SignatureGenerate" and "wc_SignatureVerify" to perform hash then sign/verify of bytes. Signature functions support ECC and RSA using "enum wc_SignatureType". Added new "wc_SignatureGetSize" function to get the signature size using the key (returns 0 if not supported).
2015-11-12 09:36:14 -08:00
..
2015-09-10 16:24:25 -07:00
2015-11-02 15:51:01 -03:00
2015-09-23 16:16:39 +02:00
2015-11-02 15:51:01 -03:00
2015-11-02 15:51:01 -03:00