mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Key derivation function based on NIST SP 800-108.
This commit is contained in:
@@ -39,7 +39,7 @@ public class ConnectionWriterTest extends TestCase {
|
||||
new TestDatabaseModule(), new TransportBatchModule(),
|
||||
new TransportModule(), new TransportStreamModule());
|
||||
connectionWriterFactory = i.getInstance(ConnectionWriterFactory.class);
|
||||
outSecret = new byte[123];
|
||||
outSecret = new byte[32];
|
||||
new Random().nextBytes(outSecret);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user