From 42c0197d1858200b09d4e0523b44dc1e150cb2df Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 16 Jun 2013 23:48:26 +0200 Subject: misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- pure-java/SHA3.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pure-java/SHA3.java') diff --git a/pure-java/SHA3.java b/pure-java/SHA3.java index 084c8c1..5cacc5f 100644 --- a/pure-java/SHA3.java +++ b/pure-java/SHA3.java @@ -478,7 +478,7 @@ public class SHA3 /** * Squeeze the Keccak sponge * - * @paran withReturn Whether to return the hash instead of just do a quick squeeze phrase and return {@code null} + * @param withReturn Whether to return the hash instead of just do a quick squeeze phrase and return {@code null} * @return The hash sum, or {@code null} if withReturn is {@code false} */ public static byte[] digest(boolean withReturn) @@ -503,7 +503,7 @@ public class SHA3 * Absorb the last part of the message and squeeze the Keccak sponge * * @param msg The rest of the message - * @paran withReturn Whether to return the hash instead of just do a quick squeeze phrase and return {@code null} + * @param withReturn Whether to return the hash instead of just do a quick squeeze phrase and return {@code null} * @return The hash sum, or {@code null} if withReturn is {@code false} */ public static byte[] digest(byte[] msg, boolean withReturn) -- cgit v1.2.3-70-g09d2