mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
make DarkCrystal interface public
This commit is contained in:
@@ -8,6 +8,7 @@ import java.security.GeneralSecurityException;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@NotNullByDefault
|
@NotNullByDefault
|
||||||
|
public
|
||||||
interface DarkCrystal {
|
interface DarkCrystal {
|
||||||
|
|
||||||
List<Shard> createShards(SecretKey secret, int shards, int threshold);
|
List<Shard> createShards(SecretKey secret, int shards, int threshold);
|
||||||
|
|||||||
Reference in New Issue
Block a user