Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lectrick
on Dec 23, 2014
|
parent
|
context
|
favorite
| on:
Bitcore – A pure JavaScript Bitcoin API
Since you'd be the most likely person to know here, what javascript VM's will give you known-secure PRNG's, and which won't?
I think that's a pretty important thing to clarify if you're creating/signing transactions via JS.
bgfuller
on Dec 23, 2014
[–]
A deterministic K is used in many of these libraries, so randomness isn't needed at the time of signing transactions. window.crypto and the Node.js crypto library are often used for private key generation.
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I think that's a pretty important thing to clarify if you're creating/signing transactions via JS.