Jonas Nick
Jonas Nick
I just pushed version 1.0.0-rc.3 of the BIP. This version contains minor improvements to the test vectors and addresses feedback (including @brandonblack's above). Change Log: ```mediawiki ** Improve ''NonceGen'' test...
I pushed version 1.0.0-rc.4 which contains a small update to the test vectors: ``` * '''1.0.0-rc.4''' (2023-03-02): ** Add expected value of ''pubnonce'' to ''NonceGen'' test vectors. ``` and added...
Yes, the bitcoind module should use the normal regtest ports. It's easier for us though to set them explicitly, because we need to access the bitcoind module port options from...
@btchans Hi! > is there a module that will allow me to connect nix to a wireguardserver (running on a vps)? Yes, as @bleetube pointed out you can just use...
Needs squash.
Can you see in the bitcoind logs that it takes long to start? Are there any errors in bitcoind logs?
I can't reproduce this. Do you use a custom version of clightning?
thanks @jpentland for the reminder
> So the attacker can bias all a_i by choosing pk_1 Yes, but those `a_i` are all independent of each other. With incremental derivation, the attacker can choose `a_{i+1}` dependent...
I can see the a use case for schnorr signatures for arbitrary-sized messages. In particular, oracles that make use of "committed R-point signatures" to be able to atomically sell a...