--- Log opened Thu Aug 18 00:00:53 2022 00:05 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 00:27 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 01:43 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 05:00 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 05:26 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 05:50 -!- jonatack [~jonatack@user/jonatack] has joined #secp256k1 07:26 -!- ghost43_ [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 07:26 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #secp256k1 08:10 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 08:18 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 08:18 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #secp256k1 08:25 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 09:43 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 256 seconds] 10:18 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 11:51 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 11:52 -!- jonatack [~jonatack@user/jonatack] has joined #secp256k1 13:15 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 256 seconds] 14:13 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 14:20 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 14:50 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 16:30 -!- jonatack [~jonatack@user/jonatack] has joined #secp256k1 16:37 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 16:43 -!- jonatack [~jonatack@user/jonatack] has joined #secp256k1 17:01 < jesseposner> Should secp256k1_context_preallocated_size be a macro? Otherwise, you need to call it at runtime, in which case you have to use malloc to allocate the memory block passed to secp256k1_context_preallocated_create. 17:04 < sipa> it can't be, because it depends on the version of the library you're linked with 17:05 < sipa> there is no guarantee that the size of the context structure remains stable 17:06 < jesseposner> ah, that makes sense. Thanks! 17:14 -!- jmecom [~jmecom@c-73-71-219-103.hsd1.ca.comcast.net] has joined #secp256k1 17:18 < jesseposner> wouldn't a function-like macro (e.g. PREALLOC_SIZE(flag)) give the caller whatever size is appropriate for the lib that is linked? 17:26 -!- jmecom [~jmecom@c-73-71-219-103.hsd1.ca.comcast.net] has quit [Quit: Client closed] 17:26 -!- jmecom [~jmecom@c-73-71-219-103.hsd1.ca.comcast.net] has joined #secp256k1 17:27 -!- jmecom [~jmecom@c-73-71-219-103.hsd1.ca.comcast.net] has quit [Client Quit] 17:53 < sipa> the macro is evaluated at compile time, it can't know what it'll be linked with 23:56 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 --- Log closed Fri Aug 19 00:00:54 2022