Witaj Scott,

W Twoim liście datowanym 8 maja 2005 (18:51:52) można przeczytać:

SG> I'm trying to extract the public key of an ECC pair.  The following doesn't 
work:
 
SG> unsigned char array[1024];
SG> privkey.MakePublicKey(pubkey);
SG> StringSource ss(array, sizeof(array), true, new HexDecoder);
SG> pubkey.DEREncodeKey(ss);
 
SG> What should?

I'm not sure, but aren't you  mislead SringSource with StringSink?

-- 
Pozdrowienia,
 Michał


Reply via email to