--- Day changed Sun Feb 05 2017 04:18 -!- jtimon [~quassel@245.30.134.37.dynamic.jazztel.es] has quit [Ping timeout: 260 seconds] 10:36 -!- jtimon [~quassel@245.30.134.37.dynamic.jazztel.es] has joined #secp256k1 10:59 < gmaxwell> glibc 2.25 has explicit_bzero 11:01 < gmaxwell> void 11:01 < gmaxwell> explicit_bzero (void *s, size_t len) 11:01 < gmaxwell> { 11:01 < gmaxwell> memset (s, '\0', len); 11:01 < gmaxwell> /* Compiler barrier. */ 11:01 < gmaxwell> asm volatile ("" ::: "memory"); 11:01 < gmaxwell> } 11:01 < gmaxwell> 18:07 -!- instagibbs [~instagibb@pool-100-15-114-3.washdc.fios.verizon.net] has quit [Ping timeout: 252 seconds] 18:47 -!- jtimon [~quassel@245.30.134.37.dynamic.jazztel.es] has quit [Ping timeout: 255 seconds]