diff --git a/modules/juce_cryptography/encryption/juce_RSAKey.h b/modules/juce_cryptography/encryption/juce_RSAKey.h index bce15e1acd..b3ec74eefd 100644 --- a/modules/juce_cryptography/encryption/juce_RSAKey.h +++ b/modules/juce_cryptography/encryption/juce_RSAKey.h @@ -55,7 +55,7 @@ namespace juce $result = $result->add ($remainder->modPow ($part1, $part2)); } - return strrev ($result->toBytes()); + return ($result->toBytes()); } @endcode