btcd/btcec/ecdsa
Olaoluwa Osuntokun eb61742c5d
btcec/v2: create new ecdsa package
In this commit, we create a new package to house the ECDSA-specific
logic in the new `btcec/v2` pacakge. Thsi c hange is meant to mirror the
structure of the `dcrec` package, as we'll soon slot in our own custom
BIP-340 implementation.
2022-01-31 14:25:39 -08:00
..
bench_test.go btcec/v2: create new ecdsa package 2022-01-31 14:25:39 -08:00
error.go btcec/v2: create new ecdsa package 2022-01-31 14:25:39 -08:00
example_test.go btcec/v2: create new ecdsa package 2022-01-31 14:25:39 -08:00
signature_test.go btcec/v2: create new ecdsa package 2022-01-31 14:25:39 -08:00
signature.go btcec/v2: create new ecdsa package 2022-01-31 14:25:39 -08:00