public enum BarretoNaehrigCurveCDType extends Enum<BarretoNaehrigCurveCDType>
References:
[1] G. Pereira, M. SimplĂco Jr, M. Naehrig, P. Barreto. A Family of Implementation-Friendly BN Elliptic Curves.
Enum Constant and Description |
---|
C4D6
b = c^4 + d^6
|
C64D4
b = c^6 + 4 d^4
|
Modifier and Type | Method and Description |
---|---|
static BarretoNaehrigCurveCDType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BarretoNaehrigCurveCDType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BarretoNaehrigCurveCDType C4D6
public static final BarretoNaehrigCurveCDType C64D4
public static BarretoNaehrigCurveCDType[] values()
for (BarretoNaehrigCurveCDType c : BarretoNaehrigCurveCDType.values()) System.out.println(c);
public static BarretoNaehrigCurveCDType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2011–2022 Stiftung SIC. All rights reserved.