MCPcopy Create free account
hub / github.com/SNAS/openbmp / MD5

Method MD5

Server/src/md5.cpp:54–58  ·  view source on GitHub ↗

MD5 simple initialization method

Source from the content-addressed store, hash-verified

52
53// MD5 simple initialization method
54MD5::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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected