Subject: | doc suggestion |
It is not spelled out clearly how keys are generated. I guess you're using openssl ?
There is probably a bug with the key generation: I placed output to STDERR inside the crypto library in the "seed" code (this is the part where random numbers are disabled and replaced by a known and predictable input seed), and your module triggers this output when I generate my keys.
You probably want to use real random numbers, not predictable test ones?