Show / Hide Table of Contents

NamedCurve Enumeration

Supported Elliptic Curves Extension.

Namespace: Neo.SmartContract.Framework.Native

Assembly:Neo.SmartContract.Framework

Syntax

public enum NamedCurve : byte
{
    secp256k1 = 22,
    secp256r1 = 23
}

Description

Use in CryptoLib.VerifyWithECDsa method.

Reference RFC 4492 .