From a7bf2a8b5dbf0068776cb2f75a42e17caf6f97d0 Mon Sep 17 00:00:00 2001 From: dangrasso Date: Thu, 12 Sep 2013 20:46:11 +0200 Subject: Update SRP6Util.java javadoc comment fixed --- .../src/main/java/org/bouncycastle/crypto/agreement/srp/SRP6Util.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/main/java/org/bouncycastle') diff --git a/core/src/main/java/org/bouncycastle/crypto/agreement/srp/SRP6Util.java b/core/src/main/java/org/bouncycastle/crypto/agreement/srp/SRP6Util.java index bf1b1377..9b555874 100644 --- a/core/src/main/java/org/bouncycastle/crypto/agreement/srp/SRP6Util.java +++ b/core/src/main/java/org/bouncycastle/crypto/agreement/srp/SRP6Util.java @@ -108,8 +108,8 @@ public class SRP6Util /** * Computes the final Key according to the standard routine: Key = H(S) * @param digest The Digest used as the hashing function H - * @param S The secret calculated by both sides - * @return + * @param S the secret calculated by both sides + * @return Key for the current session, derived from the secret S */ public static BigInteger calculateKey(Digest digest, BigInteger S) { byte[] _output = new byte[digest.getDigestSize()]; -- cgit v1.2.3