Package | Description |
---|---|
iaik.security.ec.math.curve | |
iaik.security.ec.math.field |
Modifier and Type | Class and Description |
---|---|
class |
EllipticCurveTestHelper<C extends EllipticCurve,F extends GenericField>
Base class for Elliptic curve tests
|
class |
WeierstrassCurveTestHelper<C extends iaik.security.ec.math.curve.WeierstrassCurve,F extends GenericField>
Base class for Weierstrass curve tests
|
Modifier and Type | Method and Description |
---|---|
GenericField |
EllipticCurve.getField()
Returns the underlying finite field of
this . |
Modifier and Type | Class and Description |
---|---|
class |
FieldTestHelper<T extends GenericField> |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtensionField
This interface specifies important (arithmetical) methods that all extension
fields have in common.
|
interface |
Field
This interface specifies important (arithmetical) methods that all (base)
fields have in common.
|
interface |
PrimeCharacteristicField
This interface specifies important (arithmetical) methods that all fields of
prime characteristic have in common.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrimeField
This class implements arbitrary finite fields
Fp of
odd characteristic. |
class |
BinaryField
This class implements arbitrary finite fields of even characteristic.
|
class |
QuadraticExtensionField
Implements quadratic extension fields of prime fields.
|
class |
SexticOverQuadraticTowerExtensionField
This class implements Fp12 as sextic extension over a
quadratic extension of the prime field.
|
Modifier and Type | Method and Description |
---|---|
GenericField |
GenericFieldElement.getField()
Returns the associated finite field.
|
Copyright © 2011–2022 Stiftung SIC. All rights reserved.