Files
kiss-flixel/feedback-server/externs/node/crypto/ECKeyPairKeyObjectOptions.hx

8 lines
125 B
Haxe

package node.crypto;
typedef ECKeyPairKeyObjectOptions = {
/**
Name of the curve to use
**/
var namedCurve : String;
};