Wanted to get some feedback on this; would secp256k1 signature scheme be accepted into the spec? If so, with what type ID and interface? Have attached an example below. It doesn't use Bitcoin's pubkey hashing protocol; doesn't seem worth it.
If it's open for consideration, would be good to agree on a type ID. That way, if it does get integrated, I'll already be using the right one. :slightly_smiling_face:
Wanted to get some feedback on this; would secp256k1 signature scheme be accepted into the spec? If so, with what type ID and interface? Have attached an example below. It doesn't use Bitcoin's pubkey hashing protocol; doesn't seem worth it.
If it's open for consideration, would be good to agree on a type ID. That way, if it does get integrated, I'll already be using the right one. :slightly_smiling_face:
See also: https://github.com/libscott/komodo/blob/73b9e32b9d7ede630af0df9bae8853cd9fa1b88a/src/script/interpreter.cpp#L939