mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 15:19:53 +01:00
Unit test for key derivation.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user