--- Log opened Mon Sep 11 00:00:20 2023 01:32 -!- bob_x1 [~bob_x@user/bob-x1/x-8934932] has quit [Remote host closed the connection] 01:32 -!- bob_x1 [~bob_x@user/bob-x1/x-8934932] has joined #secp256k1 02:10 -!- jon_atack [~jonatack@user/jonatack] has joined #secp256k1 02:12 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 250 seconds] 02:40 -!- hebasto [sid449604@id-449604.uxbridge.irccloud.com] has quit [Server closed connection] 02:40 -!- hebasto [sid449604@id-449604.uxbridge.irccloud.com] has joined #secp256k1 02:48 -!- theStack [~theStack@95.179.145.232] has joined #secp256k1 06:57 -!- kanzure [~kanzure@user/kanzure] has quit [Server closed connection] 06:57 -!- kanzure [~kanzure@user/kanzure] has joined #secp256k1 07:12 -!- preimage [~halosghos@user/halosghost] has joined #secp256k1 08:00 < real_or_random> meeting :) 08:01 < nickler> hi 08:01 < real_or_random> sipa nickler hebasto 08:01 < hebasto> hi 08:01 < sipa> hi 08:02 < real_or_random> topics? I don't have any specific topic right now 08:02 < sipa> Likewise. 08:02 < nickler> nothing specific from my side 08:03 < real_or_random> well if there are no topics, this is a quick meeting 08:03 < real_or_random> hebasto? 08:03 < hebasto> nothing from me 08:04 < real_or_random> ok :) 08:05 < real_or_random> anything high prio for review, or other review begs? 08:06 < real_or_random> ok... end of meeting then... ^^ 08:06 < hebasto> https://github.com/bitcoin-core/secp256k1/pull/1291 awaits for Cory's review :0 08:07 < real_or_random> ^ cfields 08:12 -!- siv2r [~siv2r@ec2-13-233-108-143.ap-south-1.compute.amazonaws.com] has joined #secp256k1 09:48 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 10:33 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 10:53 -!- jon_atack [~jonatack@user/jonatack] has quit [Read error: Connection reset by peer] 10:53 -!- jonatack [~jonatack@user/jonatack] has joined #secp256k1 10:59 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 11:09 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 11:14 -!- uasf [~uasf@157.230.135.166] has quit [Server closed connection] 11:15 -!- uasf [~uasf@2604:a880:2:d0::1bda:1001] has joined #secp256k1 11:33 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 12:50 -!- ntngld [ntngld@109241037242.warszawa.vectranet.pl] has joined #secp256k1 12:57 -!- ntngld [ntngld@109241037242.warszawa.vectranet.pl] has quit [Remote host closed the connection] 13:28 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 13:50 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 14:41 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 14:46 -!- preimage [~halosghos@user/halosghost] has quit [Quit: WeeChat 4.0.4] 14:47 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 15:15 -!- roconnor [~quassel@coq/roconnor] has quit [Ping timeout: 248 seconds] 15:15 -!- roconnor [~quassel@coq/roconnor] has joined #secp256k1 15:28 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 16:57 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 245 seconds] 17:50 -!- jonatack [~jonatack@user/jonatack] has joined #secp256k1 17:51 -!- Guest87 [~Guest87@105.101.82.156] has joined #secp256k1 17:51 -!- Guest87 [~Guest87@105.101.82.156] has quit [Client Quit] 17:52 -!- Guest87 [~Guest87@105.101.82.156] has joined #secp256k1 17:55 < Guest87> how do you determines if your private & of course, public key are secure ? 17:55 < Guest87> or maybe i would ask how do you judge 17:56 -!- Nebraskka_ [~Nebraskka@user/nebraskka] has joined #secp256k1 17:56 -!- Nebraskka [~Nebraskka@user/nebraskka] has quit [Quit: Good day old chaps] 17:59 -!- Nebraskka_ is now known as Nebraskka 18:00 < Guest87> *for (int i = 0; i < 32; ++i) 18:00 < Guest87>     { 18:00 < Guest87>         priv_key[i] = rand() & 0xff; 18:00 < Guest87>     } 18:00 < Guest87> is generating private key like this considered bad? 18:00 < Guest87> i didn't found a funciton that generate private key tbh 18:01 < Guest87> it should exist somewhere no ? 18:04 -!- Guest87 [~Guest87@105.101.82.156] has quit [Quit: Client closed] 18:16 -!- Guest24 [~Guest87@105.101.82.156] has joined #secp256k1 18:16 < Guest24> how to generate safe private key? 18:17 < Guest24> i don't found. a generate key pair here or generate key 18:17 < Guest24> other library have those needed 18:17 < Guest24> since actually i don't want to generate alone private key 18:17 < Guest24> i want some function to generate private key directly via function 18:18 < Guest24> which one is it please 18:18 -!- Guest24 [~Guest87@105.101.82.156] has quit [Client Quit] 18:21 -!- Guest87 [~Guest87@105.101.82.156] has joined #secp256k1 18:21 < Guest87> anyone have answer to my questions please 18:24 -!- Guest87 [~Guest87@105.101.82.156] has quit [Client Quit] 22:02 -!- Netsplit *.net <-> *.split quits: real_or_random, FelixWeis_, sipa, jonasschnelli, katsu_, HumanGeek, fanquake, windsok, jesseposner, sgiath, (+2 more, use /NETSPLIT to show all of them) 22:02 -!- Netsplit over, joins: jesseposner, harding, real_or_random, fanquake, katsu_, FelixWeis_, windsok, sgiath, HumanGeek, sipa (+2 more) 22:05 -!- uasf [~uasf@2604:a880:2:d0::1bda:1001] has quit [Remote host closed the connection] 22:06 -!- uasf [~uasf@2604:a880:2:d0::1bda:1001] has joined #secp256k1 22:07 -!- HumanGeek [~HumanG33k@82.66.65.160] has quit [Ping timeout: 255 seconds] 22:08 -!- HumanGeek [~HumanG33k@82.66.65.160] has joined #secp256k1 23:10 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 23:11 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Client Quit] 23:21 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 --- Log closed Tue Sep 12 00:00:20 2023