Devessier / ssl

Clone of openssl in C for 42 School
GNU General Public License v3.0
0 stars 0 forks source link

Implement SHA-512/256 algorithm #20

Closed Devessier closed 3 years ago

Devessier commented 3 years ago

SHA-512/256 algorithm is the same as SHA-512 except the hash size and how the hash is calculated.

Closes #18