log☇︎
7 entries in 0.641s
asciilifeform: it corresponds to the historic turd found in https://github.com/openssl/openssl/blob/0d01d8a7359e311b461cd1b964ce90d0699c2a2f/crypto/ec/ec_key.c
asciilifeform: in other minor lulz, i reversed the EC_KEY_generate_key from satoshi's libeay32.dll (where he stuffed openssl)
thestringpuller: Why are OpenSSL types so ridiculous to work with? EC_KEY needs to plug into BIO which has to plug into TTY before you can even print the thing to stdout or a string.
a111: 2 results for "EC_KEY", http://btcbase.org/log-search?q=EC_KEY
thestringpuller: !#s EC_KEY
thestringpuller: !~s EC_KEY
ben_vulpes: does anyone know what precisely the "private key" dumped by bitcoin is? is that the secret that can be used with EC_KEY_regenerate_key to regenerate a key?