I thought the pubkey derivation for schnorr was different, so it doesn't make sense to use the same pubkey for the schnorr and non-schnorr functions. Thus, they're not the same type, and you should either use uchar[64] or create a new "secp256k1_schnorr_pubkey" type.
secp256k1_pubkey is wrong arg for schnorr functions? #321
issue rustyrussell opened this issue on September 28, 2015-
rustyrussell commented at 7:29 AM on September 28, 2015: contributor
-
rustyrussell commented at 7:44 AM on September 28, 2015: contributor
Apparently not.
- rustyrussell closed this on Sep 28, 2015
Contributors