-
Andreas Romeyke authored
- workaround, because Fixity.FixityAlgorithm.MD5.toString() returns "MD5" as uppercase, but fixity.getAlgorithm() returns "md5" as lowercase. This is a bug in Rosetta SDK. As a workaround, we call "toLowerCase()" methods before comparison.
Andreas Romeyke authored- workaround, because Fixity.FixityAlgorithm.MD5.toString() returns "MD5" as uppercase, but fixity.getAlgorithm() returns "md5" as lowercase. This is a bug in Rosetta SDK. As a workaround, we call "toLowerCase()" methods before comparison.