X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=tests%2Fcom%2Flambdaworks%2Fcrypto%2Ftest%2FSCryptUtilTest.java;fp=tests%2Fcom%2Flambdaworks%2Fcrypto%2Ftest%2FSCryptUtilTest.java;h=cac9c436f47eb62460216d188371028387793181;hp=2691a826e9e3a51ea46b1423f787face20fd2ec5;hb=6ce23e45d8e9abefae1627cecd6fd16e3f89e340;hpb=a0bd98b84c358acbd0b29988dffe388e3e4323e8 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