8 lines
125 B
Haxe
8 lines
125 B
Haxe
package node.crypto;
|
|
|
|
typedef ECKeyPairKeyObjectOptions = {
|
|
/**
|
|
Name of the curve to use
|
|
**/
|
|
var namedCurve : String;
|
|
}; |