Summary
Removed two unused class methods from TBoldMD5:
DigestString - computed MD5 hash from a string
DigestStream - computed MD5 hash from a stream
Rationale
These methods were not referenced anywhere in the codebase and added unnecessary code surface area.