X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=tests%2Fcom%2Flambdaworks%2Fcrypto%2Ftest%2FSCryptUtilTest.java;h=cac9c436f47eb62460216d188371028387793181;hb=dff3996afcd54cde9dfed259a9a24ceecaa78e7a;hp=2691a826e9e3a51ea46b1423f787face20fd2ec5;hpb=16c996ceeb6ce449d4bba2ba0cbe9ff345514303;p=gigi.git diff --git a/tests/com/lambdaworks/crypto/test/SCryptUtilTest.java b/tests/com/lambdaworks/crypto/test/SCryptUtilTest.java index 2691a826..cac9c436 100644 --- a/tests/com/lambdaworks/crypto/test/SCryptUtilTest.java +++ b/tests/com/lambdaworks/crypto/test/SCryptUtilTest.java @@ -1,4 +1,4 @@ -// Copyright (C) 2011 - Will Glozer. All rights reserved. +// Copyright (C) 2011 - Will Glozer. All rights reserved. package com.lambdaworks.crypto.test; @@ -12,6 +12,7 @@ import org.junit.Test; import static org.junit.Assert.*; public class SCryptUtilTest { + String passwd = "secret"; @Test