MD4 Initialize. Begins an MD4 operation, writing a new context.
- Parameters:
-
context | The MD4 context to initialize. |
MD4 block update operation. Continue an MD4 message-digest operation, processing another message block, and updating the context.
- Parameters:
-
context | The MD4 content to update. |
input | next message block to update |
inputLen | The length of the next message block |
MD4 finalization. Ends an MD4 message-digest operation, writing the message digest and zeroing the context
- Parameters:
-
digest | The final MD4 digest |
context | The MD4 content we are finalizing. |
MD4 digest computation
- Parameters:
-
digest | The MD4 digest |
input | message block to use |
inputLen | The length of the message block |