Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.sqisign
Class QuatAlg.Elem

java.lang.Object
  extended byorg.bouncycastle.pqc.crypto.sqisign.QuatAlg.Elem
Enclosing class:
org.bouncycastle.pqc.crypto.sqisign.QuatAlg

public static final class QuatAlg.Elem
extends java.lang.Object

Element of the quaternion algebra represented as . The representation is not necessarily normalised — call #normalize(Elem) to reduce.


Field Summary
 org.bouncycastle.pqc.crypto.sqisign.Ibz[] coord
           
 org.bouncycastle.pqc.crypto.sqisign.Ibz denom
           
 
Constructor Summary
QuatAlg.Elem()
           
 
Method Summary
 QuatAlg.Elem copy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

denom

public final org.bouncycastle.pqc.crypto.sqisign.Ibz denom

coord

public final org.bouncycastle.pqc.crypto.sqisign.Ibz[] coord
Constructor Detail

QuatAlg.Elem

public QuatAlg.Elem()
Method Detail

copy

public QuatAlg.Elem copy()

Bouncy Castle Cryptography Library 1.85