public class Schnorr
extends java.lang.Object
| Constructor and Description |
|---|
Schnorr() |
| Modifier and Type | Method and Description |
|---|---|
static Signature |
sign(org.web3j.crypto.ECKeyPair kp,
byte[] message) |
static Signature |
trySign(org.web3j.crypto.ECKeyPair kp,
byte[] msg,
java.math.BigInteger k) |