public class BdnSig extends Object
| Constructor and Description |
|---|
BdnSig(byte[] sig)
Instantiate a BDN signature with the bytes representation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
verify(byte[] msg,
Mask mask)
Verify the signature against the message and the aggregated public key.
|
public BdnSig(byte[] sig)
sig - Byte array of the serialized signaturepublic boolean verify(byte[] msg,
Mask mask)
msg - Signed message in bytesmask - Mask of the participation of the public keysCopyright © 2019. All rights reserved.