Package | Description |
---|---|
iaik.security.ec.math.field |
Modifier and Type | Method and Description |
---|---|
PrecomputationData |
BinaryFieldElement.getExtendedPrecomputationData()
Compiles 256 precomputed values for the multiplication algorithm.
|
static PrecomputationData |
BinaryField.getExtendedPrecomputationData(BinaryFieldElement b)
Compiles 256 precomputed values for the multiplication algorithm.
|
PrecomputationData |
BinaryFieldElement.getPrecomputationData()
Compiles 16 precomputed values for the multiplication algorithm.
|
static PrecomputationData |
BinaryField.getPrecomputationData(BinaryFieldElement b)
Compiles 16 precomputed values for the multiplication algorithm.
|
Modifier and Type | Method and Description |
---|---|
BinaryFieldElement |
BinaryField.multiply(BinaryFieldElement a,
PrecomputationData b)
Multiplies the field element
a with another element
b , where the latter is given as precomputation data. |
BinaryFieldElement |
BinaryFieldElement.multiply(PrecomputationData data)
Multiplies
this with the already available precomputation data
of b , where a new object holding the result is created. |
BinaryFieldElement |
BinaryField.multiplyOutOfPlace(BinaryFieldElement a,
PrecomputationData b)
Multiplies the field element
a with another element
b , where the latter is given as precomputation data, where a
new object holding the result is created. |
BinaryFieldElement |
BinaryFieldElement.multiplyOutOfPlace(PrecomputationData data)
Multiplies
this with the already available precomputation data
of b . |
Copyright © 2011–2022 Stiftung SIC. All rights reserved.