diff options
author | Pieter Wuille <pieter@wuille.net> | 2023-10-04 10:56:52 -0400 |
---|---|---|
committer | Pieter Wuille <pieter@wuille.net> | 2023-10-04 11:28:13 -0400 |
commit | c1e6c542af6d89a499e2a65465865aec651c4d67 (patch) | |
tree | ccd9db4d6ea1b8f12f7fc9a47c56e84249c50ba4 /.gitattributes | |
parent | db7b5dfcc502a8a81c51f56fe753990ae8b3a202 (diff) |
descriptors: disallow hybrid public keys
The descriptor documentation (doc/descriptors.md) and BIP380 explicitly
require that hex-encoded public keys start with 02 or 03 (compressed) or
04 (uncompressed). However, the current parsing/inference code permit 06
and 07 (hybrid) encoding as well. Fix this.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions