Unit test for key derivation.

This commit is contained in:
akwizgran
2011-11-16 15:54:17 +00:00
parent f6ae4734ce
commit a13a1769e5
3 changed files with 77 additions and 2 deletions

View File

@@ -22,8 +22,8 @@ public class ConnectionWindowImplTest extends TestCase {
private final byte[] secret;
private final TransportIndex transportIndex = new TransportIndex(13);
public ConnectionWindowImplTest(String name) {
super(name);
public ConnectionWindowImplTest() {
super();
Injector i = Guice.createInjector(new CryptoModule());
crypto = i.getInstance(CryptoComponent.class);
secret = new byte[32];