Crypto Class
Static class, which provides a method to verify signatures by ECDsa
Namespace:Neo.SmartContract.Framework.Services
Assembly: Neo.SmartContract.Framework
#
Syntaxpublic static class Crypto
#
MethodsName | Description |
---|---|
CheckSig(Cryptography.ECC.ECPoint, ByteString) | Checks the signature for the current script container |
CheckMultisig(Cryptography.ECC.ECPoint[], ByteString[]) | Checks the signatures for the current script container |
#
ConstructorCrypto is a static class and does not require a constructor.