NamedCurve Enumeration
Supported Elliptic Curves Extension.
Namespace:Neo.SmartContract.Framework.Native
Assembly:Neo.SmartContract.Framework
#
Syntaxpublic enum NamedCurve : byte{ secp256k1 = 22, secp256r1 = 23}
#
DescriptionUse in CryptoLib.VerifyWithECDsa method.
Reference RFC 4492.