Package | Description |
---|---|
iaik.security.ec.math.field |
Modifier and Type | Class and Description |
---|---|
class |
BinaryFieldElement
This class represents a mutable binary field element.
|
class |
PrimeFieldElement
This class represents a mutable prime field element.
|
Modifier and Type | Method and Description |
---|---|
static BinaryFieldElement |
BinaryField.add(FieldElement a,
FieldElement b,
boolean preserveB)
Adds two field elements.
|
FieldElement |
Field.squareRoot(FieldElement a)
Computes the square root of a field element.
|
BinaryFieldElement |
BinaryField.squareRoot(FieldElement a) |
PrimeFieldElement |
AbstractPrimeField.squareRoot(FieldElement a) |
byte[] |
Field.toByteArray(FieldElement a)
Converts a field element to its raw
byte[] representation. |
byte[] |
BinaryField.toByteArray(FieldElement a) |
byte[] |
AbstractPrimeField.toByteArray(FieldElement a) |
byte[] |
AbstractPrimeField.toLEByteArray(FieldElement a)
Converts a field element to its raw
byte[] representation in
little endian. |
Copyright © 2011–2022 Stiftung SIC. All rights reserved.