This commit is contained in:
jl777
2018-08-18 04:55:02 -11:00
parent eb69e5cee6
commit 9f545d8eb3

View File

@@ -51,9 +51,10 @@ void lockSign() {
for (i=0; i<32; i++)
((uint8_t *)ent)[i] = rand();
fprintf(stderr,"@libscott plz make this a high entropy for windows\n");
#endif
#else
fprintf(stderr, "Could not read 32 bytes entropy from system\n");
exit(1);
#endif
}
if (!secp256k1_context_randomize(ec_ctx_sign, ent)) {
fprintf(stderr, "Could not randomize secp256k1 context\n");