Hi,I noticed the pub/priv key signature examples use a *.dat seed file for the key. I am implementing a program which is using ESIGN. I assume the signer() derives the private key from the .dat file and the verifier() does the same for the public key. How can I access the public and private keys that are used to do the actual signature? Or additionally, how can I create public/private ESIGN keys and then sign a message with those keys? Thanks.
