Altera_Forum
Honored Contributor
12 years agoworking on hashing algorithm SHA-2
I am working on implementing the hashing algorithm SHA-2(256) , while working on the algorithm I faced some problems on the padding section, actually according to the algo provided by wikipedia shows the length appending to be done without appending the 1 bit or 0x80 or the padding at the end of the message which is inconsistent with the SHA-1.
If anyone has worked on the SHA-2(256) can you pls guide me? I am totally lost.