Hi all I am using AutoSeededRandomPool to generate eliptic keys, and I found that the keys only differ in the last 100 byes or so for a key of 378 bytes generated using secp112r1. Is this a problem? Is it possible to generate the same keys using AutoSeededRandomPool? Which would be better to use, AutoSeededRandomPool or RandomPool ? I am using AutoSeededRandomPool because I don't want to specify a seed.
Best Regards YUK
