Uses of Interface
org.bouncycastle.pqc.legacy.math.linearalgebra.GFElement
Packages that use GFElement
-
Uses of GFElement in org.bouncycastle.pqc.legacy.math.linearalgebra
Classes in org.bouncycastle.pqc.legacy.math.linearalgebra that implement GFElementModifier and TypeClassDescriptionclassThis abstract class implements an element of the finite field GF(2)n in either optimal normal basis representation (ONB) or in polynomial representation.classThis class implements an element of the finite field GF(2n ).classThis class implements elements of finite binary fields GF(2n) using polynomial representation.Methods in org.bouncycastle.pqc.legacy.math.linearalgebra that return GFElementModifier and TypeMethodDescriptionCompute the sum of this element and addend.Compute the sum of this element and addend.Compute the sum of this element and the addend.GF2nONBElement.invert()Compute the multiplicative inverse of this element.GF2nPolynomialElement.invert()Compute the multiplicative inverse of this element.GFElement.invert()Compute the multiplicative inverse of this element.Compute the product of this element and factor.Compute the product of this element and factor.Compute the product of this element and factor.final GFElementCompute the difference of this element and minuend.Compute the difference of this element and minuend.Methods in org.bouncycastle.pqc.legacy.math.linearalgebra with parameters of type GFElementModifier and TypeMethodDescriptionCompute the sum of this element and addend.Compute the sum of this element and addend.Compute the sum of this element and the addend.voidCompute this + addend (overwrite this).voidCompute this + addend (overwrite this).voidCompute the sum of this element and the addend, overwriting this element.Compute the product of this element and factor.Compute the product of this element and factor.Compute the product of this element and factor.voidGF2nONBElement.multiplyThisBy(GFElement factor) Compute this * factor (overwrite this).voidGF2nPolynomialElement.multiplyThisBy(GFElement factor) Compute this * factor (overwrite this).voidGFElement.multiplyThisBy(GFElement factor) Compute this * factor (overwrite this).final GFElementCompute the difference of this element and minuend.Compute the difference of this element and minuend.final voidGF2nElement.subtractFromThis(GFElement minuend) Compute the difference of this element and minuend, overwriting this element.voidGFElement.subtractFromThis(GFElement minuend) Compute the difference of this element and minuend, overwriting this element.