SHA256 encryption example?
Posted: Tue Jan 07, 2020 5:03 am
I'm searching for example code for SHA256 but found some highly "cryptic" unit test code for it, nothing useful. Any direction to a simple encryption code is appreciated!
If you want standard examples from source then you are looking in wrong place. mbedtls is 3rd party library, so you should look at mbedtls.zliudr wrote: I would like to see a standard example from the source, not someone else who may or may not know all the tricks one has to do to make the library work correctly.
Bookmarked. Thank you!chegewara wrote: ↑Wed Jan 08, 2020 11:03 pmIf you want standard examples from source then you are looking in wrong place. mbedtls is 3rd party library, so you should look at mbedtls.zliudr wrote: I would like to see a standard example from the source, not someone else who may or may not know all the tricks one has to do to make the library work correctly.
https://tls.mbed.org/