SHA1 Encryption Algorithm Process
This is the general calling process. Initialization Part SHA1Reset(&context) Pass in a structure and then initialize it. The structure looks like this: As you can see, many things are defined, including constants, data block size, and Length_High and Length_Low representing the plaintext length, etc. Enter the SHA1Reset function. Here, it is actually initializing the structure. … Read more