make DarkCrystal interface public

This commit is contained in:
ameba23
2021-03-02 08:52:16 +01:00
parent 7da49ae6df
commit dc138c713f

View File

@@ -8,6 +8,7 @@ import java.security.GeneralSecurityException;
import java.util.List;
@NotNullByDefault
public
interface DarkCrystal {
List<Shard> createShards(SecretKey secret, int shards, int threshold);