Uses of Class
dk.hyperdivision.multisig_hmac.Combine
-
Uses of Combine in dk.hyperdivision.multisig_hmac
Methods in dk.hyperdivision.multisig_hmac with parameters of type Combine Modifier and Type Method Description static booleanVerify. verify(List<IndexKey> Keys, Combine Signature, byte[] data, int Threshold, String Algorithm, int BYTES)Verifies a signature of data against a list of keysstatic booleanVerifyDerived. verifyderived(byte[] MasterSeed, Combine Signature, byte[] data, int Threshold, String Algorithm, int KEYBYTES, int BYTES)Verifies a signature of data against dynamically derived keys from a master seed