EOSIO / eosjs-ecc

Elliptic curve cryptography functions: Private Key, Public Key, Signature, AES, Encryption, Decryption
288 stars 119 forks source link

what is the usage of cpuEntropyBits in randomKey function #41

Open tinyhill666 opened 5 years ago

tinyhill666 commented 5 years ago

randomKey Parameters cpuEntropyBits number gather additional entropy from a CPU mining algorithm. This will already happen once by default. (optional, default 0)


what is different of cpuEntropyBits in 10 of by default 0?