--- Log opened Wed Apr 17 00:00:47 2019 00:27 -!- willpiers [~willpiers@38.75.231.30] has joined #rust-bitcoin 00:29 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 00:31 -!- willpiers [~willpiers@38.75.231.30] has quit [Ping timeout: 246 seconds] 00:42 -!- ccdle12_ [~ccdle12@tswc1c002.netvigator.com] has joined #rust-bitcoin 00:44 -!- ccdle12 [~ccdle12@202.130.100.146] has quit [Ping timeout: 244 seconds] 01:15 -!- ccdle12_ [~ccdle12@tswc1c002.netvigator.com] has quit [Ping timeout: 245 seconds] 01:21 -!- TamasBlummer1 [~Thunderbi@p200300DD670F9D206506B7C4D522E0CB.dip0.t-ipconnect.de] has joined #rust-bitcoin 01:23 -!- TamasBlummer [~Thunderbi@p200300DD670F9D57148D3E1344FD3613.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 01:23 -!- TamasBlummer1 is now known as TamasBlummer 01:44 -!- ccdle12 [~ccdle12@223.197.182.203] has joined #rust-bitcoin 04:02 -!- ccdle12 [~ccdle12@223.197.182.203] has quit [Remote host closed the connection] 04:29 -!- willpiers [~willpiers@38.75.231.30] has joined #rust-bitcoin 04:33 -!- willpiers [~willpiers@38.75.231.30] has quit [Ping timeout: 245 seconds] 07:34 -!- willpiers [~willpiers@38.75.231.30] has joined #rust-bitcoin 07:39 -!- willpiers [~willpiers@38.75.231.30] has quit [Remote host closed the connection] 07:40 -!- willpiers [~willpiers@38.75.231.30] has joined #rust-bitcoin 07:44 -!- willpiers [~willpiers@38.75.231.30] has quit [Ping timeout: 246 seconds] 08:24 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has joined #rust-bitcoin 08:29 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 08:48 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has joined #rust-bitcoin 09:32 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 10:15 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 10:23 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has joined #rust-bitcoin 10:56 -!- elichai2 [uid212594@gateway/web/irccloud.com/x-zuqkvybchlaclmvs] has joined #rust-bitcoin 11:30 < elichai2> Why does DER signafies if the highest bit is set or not in the first byte of `r` and `s`? 11:33 < gmaxwell> because it can encode negative numbers. 11:33 < gmaxwell> or rather, it's always coding a signed value. 11:34 < elichai2> gmaxwell: oh because DER is used even in non finite fields? 11:36 < andytoshi> der has no notion of fields afaik 11:36 < andytoshi> it basically just encodes bigints 11:44 < elichai2> ha. ok, it's not too fun. While testing my lib against rust-secp256k1 sometimes one fails to decode the others signature and i'm trying to debug and the official stuff on this aren't very clear so trying to learn from all the impelmentations out there haha 11:44 < elichai2> but thanks! 11:46 < gmaxwell> you probably shouldn't be implementing your own DER it's a more complicated format than you realize 11:46 < gmaxwell> and a lot of vulnerable software has been created from people doing that. 11:49 < elichai2> gmaxwell: it's for learning purposes, I'm implementing a full secp256k1 library in rust. but it's not for production and shouldn't be used 11:50 < elichai2> I'm just testing it against `rust-secp256k1` to see that it works correctly, then I want to try and implement schnorr into it(after seeing all of sipa and andytoshi talks on their plans on how it should be done nicely) :) 11:59 -!- sdaftuar [~sdaftuar@unaffiliated/sdaftuar] has left #rust-bitcoin [] 12:01 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has quit [Ping timeout: 264 seconds] 12:44 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 12:57 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has joined #rust-bitcoin 13:35 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 13:43 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has joined #rust-bitcoin 14:11 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 14:15 -!- willpier_ [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has joined #rust-bitcoin 14:19 -!- willpier_ [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has quit [Ping timeout: 246 seconds] 14:23 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has joined #rust-bitcoin 14:24 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #rust-bitcoin 14:35 -!- elichai2 [uid212594@gateway/web/irccloud.com/x-zuqkvybchlaclmvs] has quit [Quit: Connection closed for inactivity] 15:28 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 15:47 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has joined #rust-bitcoin 15:49 -!- willpiers [~willpiers@107-1-237-234-ip-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 17:55 -!- sgeisler_ [uid356034@gateway/web/irccloud.com/x-dnfjtpecaszyfwsi] has joined #rust-bitcoin 17:57 -!- gmaxwell_ [gmaxwell@mf4-xiph.osuosl.org] has joined #rust-bitcoin 17:57 -!- windsok_ [~windsok@rarepepe.cash] has joined #rust-bitcoin 18:02 -!- Netsplit *.net <-> *.split quits: windsok, gmaxwell, sgeisler 18:02 -!- sgeisler_ is now known as sgeisler 18:34 -!- willpiers [~willpiers@38.75.231.30] has joined #rust-bitcoin 18:38 -!- willpiers [~willpiers@38.75.231.30] has quit [Ping timeout: 250 seconds] 19:01 -!- gmaxwell_ [gmaxwell@mf4-xiph.osuosl.org] has quit [Changing host] 19:01 -!- gmaxwell_ [gmaxwell@wikimedia/KatWalsh/x-0001] has joined #rust-bitcoin 19:01 -!- gmaxwell_ is now known as gmaxwell 19:57 -!- willpiers [~willpiers@38.75.231.30] has joined #rust-bitcoin 20:51 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 21:13 -!- willpiers [~willpiers@38.75.231.30] has quit [Remote host closed the connection] 21:13 -!- willpiers [~willpiers@38.75.231.30] has joined #rust-bitcoin 21:18 -!- willpiers [~willpiers@38.75.231.30] has quit [Ping timeout: 255 seconds] 21:38 -!- willpiers [~willpiers@38.75.231.30] has joined #rust-bitcoin 21:39 -!- willpiers [~willpiers@38.75.231.30] has quit [Remote host closed the connection] 21:40 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 245 seconds] 21:40 -!- willpiers [~willpiers@38.75.231.30] has joined #rust-bitcoin --- Log closed Thu Apr 18 00:00:48 2019