JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Uses of Class
org.spongycastle.math.ntru.euclid.BigIntEuclidean
Packages that use
BigIntEuclidean
Package
Description
org.spongycastle.math.ntru.euclid
Uses of
BigIntEuclidean
in
org.spongycastle.math.ntru.euclid
Methods in
org.spongycastle.math.ntru.euclid
that return
BigIntEuclidean
Modifier and Type
Method and Description
static
BigIntEuclidean
BigIntEuclidean.
calculate
(java.math.BigInteger a, java.math.BigInteger b)
Runs the EEA on two
BigInteger
s
Implemented from pseudocode on
Wikipedia
.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes