--- Day changed Tue Jan 17 2017 01:25 -!- jtimon [~quassel@245.30.134.37.dynamic.jazztel.es] has joined #secp256k1 02:18 -!- droark [~droark@c-24-22-123-27.hsd1.or.comcast.net] has quit [Read error: Connection reset by peer] 02:23 -!- waxwing__ [~waxwing@14.174.32.23] has joined #secp256k1 02:37 -!- waxwing__ is now known as waxwing 02:43 -!- waxwing [~waxwing@14.174.32.23] has quit [Ping timeout: 252 seconds] 02:49 -!- aalex [~aalex@64.187.177.58] has quit [Read error: Connection reset by peer] 02:49 -!- aalex [~aalex@64.187.177.58] has joined #secp256k1 02:56 -!- waxwing [waxwing@gateway/vpn/mullvad/x-pxtccelltbhtzscd] has joined #secp256k1 03:10 -!- waxwing [waxwing@gateway/vpn/mullvad/x-pxtccelltbhtzscd] has quit [Ping timeout: 260 seconds] 03:23 -!- waxwing [~waxwing@185.65.132.137] has joined #secp256k1 04:20 -!- Jimmy_ [90520833@gateway/web/freenode/ip.144.82.8.51] has joined #secp256k1 04:21 < Jimmy_> in secp256k1, G (generator) is given, how does one create a private from it? 04:21 < Jimmy_> private key* 04:42 < sipa> you can't 04:42 < sipa> you randomly generate a private key 04:43 < sipa> and then multiply it with G to obtain a public key 04:43 < Jimmy_> is there a specific rng algorithm they use to produce the random number? 04:44 < Jimmy_> because in a code written by one of the phd students, he used G=EcGroup(); priv_dec = G.order().random() 04:45 < Jimmy_> i guess the G.order() was just the seed 04:45 < sipa> no 04:45 < sipa> it's the range 04:46 < sipa> a private key is within the range 1 through order-1, inclusive 04:46 < Jimmy_> right, my mistake, thanks for clearing that up 04:51 -!- Jimmy_ [90520833@gateway/web/freenode/ip.144.82.8.51] has quit [Quit: Page closed] 05:15 -!- waxwing [~waxwing@185.65.132.137] has quit [Ping timeout: 240 seconds] 05:32 -!- waxwing [~waxwing@14.174.32.23] has joined #secp256k1 11:11 -!- waxwing [~waxwing@14.174.32.23] has quit [Ping timeout: 258 seconds] 11:13 -!- waxwing [~waxwing@14.174.32.23] has joined #secp256k1 13:10 -!- waxwing [~waxwing@14.174.32.23] has quit [Ping timeout: 240 seconds] 15:08 -!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 252 seconds] 20:04 -!- droark [~droark@c-24-22-123-27.hsd1.or.comcast.net] has joined #secp256k1 20:54 -!- waxwing [~waxwing@14.174.32.23] has joined #secp256k1 22:12 -!- aalex [~aalex@64.187.177.58] has joined #secp256k1 22:19 -!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 245 seconds] 22:45 -!- jtimon [~quassel@245.30.134.37.dynamic.jazztel.es] has quit [Ping timeout: 248 seconds]