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.
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?