mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 09:42:22 +00:00
9ef71b9226
Replace native CryptoLib's verifyWithECDsa `curve` parameter by `curveHash` parameter which is a enum over supported pairs of named curves and hash functions. Even though this change is a compatible extension of the protocol, it changes the genesis state due to parameter renaming. But we're going to resync chain in 3.7 release anyway, so it's not a big deal. Also, we need to check mainnet and testnet compatibility in case if anyone has ever called verifyWithECDsa with 24 or 25 `curve` value. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru> |
||
---|---|---|
.. | ||
helpers/policyhelper | ||
common_test.go | ||
cryptolib_test.go | ||
cryptolib_verification_test.go | ||
designate_test.go | ||
gas_test.go | ||
ledger_test.go | ||
management_test.go | ||
neo_test.go | ||
notary_test.go | ||
oracle_test.go | ||
policy_test.go |