MD5 simple initialization method
| 52 | |
| 53 | // MD5 simple initialization method |
| 54 | MD5::MD5(){ |
| 55 | |
| 56 | init(); |
| 57 | |
| 58 | } |
| 59 | |
| 60 | // MD5 block update operation. Continues an MD5 message-digest |
| 61 | // operation, processing another message block, and updating the |
nothing calls this directly
no outgoing calls
no test coverage detected