mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Key derivation function based on NIST SP 800-108.
This commit is contained in:
@@ -97,9 +97,9 @@ public abstract class DatabaseComponentTest extends TestCase {
|
||||
properties);
|
||||
transports = Collections.singletonList(transport);
|
||||
Random r = new Random();
|
||||
inSecret = new byte[123];
|
||||
inSecret = new byte[32];
|
||||
r.nextBytes(inSecret);
|
||||
outSecret = new byte[123];
|
||||
outSecret = new byte[32];
|
||||
r.nextBytes(outSecret);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user