wordlist icon indicating copy to clipboard operation
wordlist copied to clipboard

Use proper random source in JS

Open tomusdrw opened this issue 8 years ago • 1 comments
trafficstars

  • window.crypto if available
  • https://github.com/bitwiseshiftleft/sjcl scjl.prng.randomWords

tomusdrw avatar Mar 28 '17 09:03 tomusdrw

Seems that in react-native there is no Buffer nor Uint8Array available and we need something reliable there.

tomusdrw avatar Mar 29 '17 13:03 tomusdrw