Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.sqisign
Class EcDlog.DlogResult

java.lang.Object
  extended byorg.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
           
 
Constructor Summary
EcDlog.DlogResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r1

public java.math.BigInteger r1

r2

public java.math.BigInteger r2

s1

public java.math.BigInteger s1

s2

public java.math.BigInteger s2
Constructor Detail

EcDlog.DlogResult

public EcDlog.DlogResult()

Bouncy Castle Cryptography Library 1.85