summaryrefslogtreecommitdiff
path: root/pssr.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-10 04:57:48 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-10 04:57:48 -0400
commit894874fe75ce079ad57e9d5e19813193b129152d (patch)
treefae5a8307351b8200238038f05a32f7e91e8006e /pssr.cpp
parent4414b864cf69edc7e142c96fdca53bfa898de539 (diff)
downloadcryptopp-git-894874fe75ce079ad57e9d5e19813193b129152d.tar.gz
Whitespace checkin
Diffstat (limited to 'pssr.cpp')
-rw-r--r--pssr.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/pssr.cpp b/pssr.cpp
index f1c2fbfd..4f9339ff 100644
--- a/pssr.cpp
+++ b/pssr.cpp
@@ -29,7 +29,7 @@ size_t PSSR_MEM_Base::MaxRecoverableLength(size_t representativeBitLength, size_
return 0;
}
-bool PSSR_MEM_Base::IsProbabilistic() const
+bool PSSR_MEM_Base::IsProbabilistic() const
{
return SaltLen(1) > 0;
}
@@ -44,7 +44,7 @@ bool PSSR_MEM_Base::RecoverablePartFirst() const
return false;
}
-void PSSR_MEM_Base::ComputeMessageRepresentative(RandomNumberGenerator &rng,
+void PSSR_MEM_Base::ComputeMessageRepresentative(RandomNumberGenerator &rng,
const byte *recoverableMessage, size_t recoverableMessageLength,
HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty,
byte *representative, size_t representativeBitLength) const
@@ -152,7 +152,7 @@ DecodingResult PSSR_MEM_Base::RecoverMessageFromRepresentative(
if (!AllowRecovery() && valid && recoverableMessageLength != 0)
{throw NotImplemented("PSSR_MEM: message recovery disabled");}
-
+
return result;
}