mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-23 22:47:01 +01:00
In this commit, we optimize our signature implementation slightly, by defining pre-computed sha256(tag) variables for the commonly used values. If a tag matches this, then we'll use that hash value to avoid an extra round of hashing. |
||
---|---|---|
.. | ||
bench_test.go | ||
error.go | ||
pubkey.go | ||
signature.go | ||
signature_test.go |