@haxall/haxall
    Preparing search index...

    Interface ECKeyPairKeyObjectOptions

    interface ECKeyPairKeyObjectOptions {
        namedCurve: string;
        paramEncoding?: "explicit" | "named";
    }

    Hierarchy (View Summary)

    Index

    Properties

    namedCurve: string

    Name of the curve to use

    paramEncoding?: "explicit" | "named"

    Must be 'named' or 'explicit'. Default: 'named'.