We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I can't get wolfSSL to compile. My program is very simple, no OS, but it appears as though wolfSSL requires CMSIS OS (?)
I only need wolfSSL to do a SHA hash on a block of data. Perhaps there is simpler way, some other library I could use?
I'm using Keil uVision v5.14.0.0 MDK-ARM Standard Cortex-M
Thank you,
Michael
Plenty of source to do SHA or SHA-256 on the web.
A five second Google dropped these, might be some others that need even less porting effort.
tls.mbed.org/sha-1-source-code tls.mbed.org/sha-256-source-code tls.mbed.org/sha-512-source-code
Does the addressed code include key for calculating SHA-256?