neo-go/pkg/crypto
Roman Khimov 8746d9877e keys: move from btcd/btcec to decred/secp256k1 package
There is a security issue found in github.com/btcsuite/btcd that we don't care
about (we're only using 256k1 implementation), but GitHub complains about
it. We could update to github.com/btcsuite/btcd/btcec/v2, but it's now just a
thin wrapper over github.com/decred/dcrd/dcrec/secp256k1/v4, so we better use
it directly.
2022-11-08 17:59:59 +03:00
..
hash *: use uint*Size and SignatureLen constants where appropriate 2022-10-05 10:45:52 +03:00
keys keys: move from btcd/btcec to decred/secp256k1 package 2022-11-08 17:59:59 +03:00
doc.go *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
verifiable.go [#2442] English Check 2022-05-04 19:48:27 +03:00