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.
Summary
Removed two unused class methods from
TBoldMD5:DigestString- computed MD5 hash from a stringDigestStream- computed MD5 hash from a streamRationale
These methods were not referenced anywhere in the codebase and added unnecessary code surface area.