From adf74a8451c30866c8f2dc18fb58f5b8bdc995f8 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Fri, 29 Mar 2019 10:24:37 +0000 Subject: [PATCH] Fixed some documentation in RSAKey --- modules/juce_cryptography/encryption/juce_RSAKey.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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