RFC 6234

RFC6234, US Secure Hash Algorithms (SHA and SHA-based HMAC and HKDF), provides not only a definition of these Secure Hash Algorithms but, conveniently, a C reference implementation.

Following in the footsteps of many, Idio takes this code verbatim and adds some Idio-specific wrappers.

We now have the ability to generate and verify that messages and files have been communicated without interference.

We’ll use this to verify that the pre-compiled object files have the contents we expect.

Last built at 2024-10-18T06:11:20Z+0000 from 463152b (dev)