Devessier / ssl

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

Implement SHA-224 algorithm #14

Closed Devessier closed 3 years ago

Devessier commented 3 years ago

We implemented SHA-224 algorithm. It was quite straightforward as it's the same algorithm as SHA-256.

Closes #11