org.bouncycastle.pqc.crypto.sqisign
Class EcDlog.DlogResult
java.lang.Object
org.bouncycastle.pqc.crypto.sqisign.EcDlog.DlogResult
- Enclosing class:
- org.bouncycastle.pqc.crypto.sqisign.EcDlog
- public static final class EcDlog.DlogResult
- extends java.lang.Object
Result bundle for EcDlog.ecDlog2Tate(org.bouncycastle.pqc.crypto.sqisign.GfField, org.bouncycastle.pqc.crypto.sqisign.EcBasis, org.bouncycastle.pqc.crypto.sqisign.EcBasis, org.bouncycastle.pqc.crypto.sqisign.EcCurve, int, int, long): the four scalars
satisfying ,
.
|
Field Summary |
java.math.BigInteger |
r1
|
java.math.BigInteger |
r2
|
java.math.BigInteger |
s1
|
java.math.BigInteger |
s2
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
r1
public java.math.BigInteger r1
r2
public java.math.BigInteger r2
s1
public java.math.BigInteger s1
s2
public java.math.BigInteger s2
EcDlog.DlogResult
public EcDlog.DlogResult()