Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.haetae
Class HAETAEEngine.ComplexFp32_16

java.lang.Object
  extended byorg.bouncycastle.pqc.crypto.haetae.HAETAEEngine.ComplexFp32_16
Enclosing class:
org.bouncycastle.pqc.crypto.haetae.HAETAEEngine

public static class HAETAEEngine.ComplexFp32_16
extends java.lang.Object

Complex number with 32‑bit fixed‑point real and imaginary parts (16 fractional bits).


Field Summary
 int imag
           
 int real
           
 
Constructor Summary
HAETAEEngine.ComplexFp32_16()
           
HAETAEEngine.ComplexFp32_16(int real, int imag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

real

public int real

imag

public int imag
Constructor Detail

HAETAEEngine.ComplexFp32_16

public HAETAEEngine.ComplexFp32_16()

HAETAEEngine.ComplexFp32_16

public HAETAEEngine.ComplexFp32_16(int real,
                                   int imag)

Bouncy Castle Cryptography Library 1.85