Home > Products > Core Crypto Toolkits > ECCelerate™ > Versions
Home > Products > Core Crypto Toolkits > ECCelerate™ > Versions





















|
Class |
B ug/ C hange/ N ew F eature |
Description |
|
* |
NF |
ECMQV protocol implemented (addon only). |
|
* |
NF |
ECIES protocol implemented. |
|
* |
NF |
Fast Koblitz curve implementations (addon only). |
|
* |
NF |
(Re)included P-160, secp160k1, secp160r2 curves. |
|
* |
C |
Tremendous performance improvements for secp*k1 curves. |
|
* |
C |
Check for SP800-57 recommended parameters no longer turned on by default. Furthermore, the FIPS-186 PRNGs are now being used by default for key generation. |
|
* |
C |
Tremendously improved performance of some prime field implementations (Brainpool and P-256, P-512 if addon not enabled) |
|
* |
C |
Lots of minor performance improvements, slightly reduced memory footprint and some minor bugfixes. |
|
iaik.security.ec.math.curve.ECPoint |
B |
In some cases equals() returned incorrect results. |
|
iaik.security.ec.ecdh |
C |
Moved types KDFParameterSpec, KeyDerivationFunction, X963ASN1SharedInfo, X963KDFParameterSpec, and X963KeyDerivationFunction to package iaik.security.ec.common |
|
Class |
B ug/ C hange/ N ew F eature |
Description |
|
* |
C |
Optimization levels now affect the whole library, not only addon-related algorithms. |
|
* |
B |
Minor bugfixes and javadoc corrections. |
|
* |
C |
Tremendous performance improvements for prime SECG curves (up to 79%). |
|
iaik.security.ec.ecdsa |
C |
Up to 10% better performance for prime curve ECDSA (regardless of addon). |
|
iaik.security.ec.ecdsa |
C |
Non-addon version: up to 88% better performance for prime curve ECDSA. |
|
iaik.security.ec.ecdsa |
C |
Non-addon version: removed concurrent ECDSA signature verifications, due to performance penalties because of synchronization. |
|
iaik.security.ec.common.ECKeyPairGenerator |
B |
OIDs were not handled when specified via ECGenParameterSpec. |
|
Class |
B ug/ C hange/ N ew F eature |
Description |
|
iaik.security.ec.math.field.PrimeField |
B |
Fixed detection of invalid inputs to newElement(). |
