Title: Are secp256k1 library questions appropriate here, or doomed to be buried in alts Post by: jl777 on June 13, 2016, 07:14:21 PM I asked a question about schnorr sigs that is in the libsecp256k1 library that is in bitcoin
I have seen other posts about schnorr sigs in the bitcoin technical section In my experience, alt coin devs dont know anywhere near as much as bitcoin devs So, I wanted to ask for help in how to use the schnorr sigs here. but it was buried in the altcoins section Hopefully it is not inappropriate to ask whether I can use a combined pubkey using the combine pubkey function in the mainstream libsecp256k1 library that is in bitcoin, to create a bitcoin transaction for the bitcoin network. notice this is about bitcoin. I know I can use the schnorr function to validate a combined signature, but I dont think that would work in a bitcoin script, so I was trying to get a combined signature indirectly that can be verified with the existing bitcoin network Title: Re: Are secp256k1 library questions appropriate here, or doomed to be buried in alts Post by: achow101 on June 13, 2016, 07:27:30 PM It should be fine to ask them here, but given the lack of Bitcoin developers on this forum, you probably won't get any decent answers. Try asking on the bitcoin-dev mailing list or on the #bitcoin-dev irc channel.
Title: Re: Are secp256k1 library questions appropriate here, or doomed to be buried in alts Post by: jl777 on June 13, 2016, 07:39:10 PM It should be fine to ask them here, but given the lack of Bitcoin developers on this forum, you probably won't get any decent answers. Try asking on the bitcoin-dev mailing list or on the #bitcoin-dev irc channel. no bitcoin devs here? i didnt realize that. I usually get decent answers here, unless it is buried in the altcoin section. I asked how schnorr sigs could be used to save space and do large MofN multisig. Based on the feedback I got, it seemed that it wouldnt save space, so I was hoping to find the way to make use of the schnorr library Title: Re: Are secp256k1 library questions appropriate here, or doomed to be buried in alts Post by: achow101 on June 13, 2016, 08:01:10 PM It should be fine to ask them here, but given the lack of Bitcoin developers on this forum, you probably won't get any decent answers. Try asking on the bitcoin-dev mailing list or on the #bitcoin-dev irc channel. no bitcoin devs here? Edit: for stuff on schnorr sigs, I don't think anything "official" has been done yet, it's all experimental. You may want to take a look through the changes here: https://github.com/bitcoin-core/secp256k1/pull/212 which introduced schnorr sigs to libsecp256k1. |