|
|
|
|
|
by _trampeltier
1143 days ago
|
|
Yes, that's my point. WASM is new. So why does it not just have strong cryptographic functions from the very beginning? Strong random generators are super important today. Why don't they just demand strong crypto functions in every implementation? I mean, this calls just for endless troubles, if you don't can trust a random generator in WASM (depending on the implementation). |
|
Trust Wallet seems to have botched the latter [1] (in fact, it looks to me like they aren't even understanding the implications of that decision based on the PR description [2]). How is that WASMs fault?
[1] https://github.com/trustwallet/wallet-core/pull/2240
[2] They say that their choice of using the Mersenne Twister is "inspired by emscripten", which does no such thing.