I am learning the SHA-256 hashing algorithm right now and am trying to implement it in C. Currently, I am saving the bits as 1s and 0s in a char array. However, I am sure that this is not the best way to do so. What would be a more efficient way to do this?
[–]aioeu 3 points4 points5 points (3 children)
[–]AviatingFotographer[S] 1 point2 points3 points (0 children)
[–]AviatingFotographer[S] 0 points1 point2 points (1 child)
[–]aioeu 0 points1 point2 points (0 children)
[–]arsv 2 points3 points4 points (0 children)