cjerdonek / quick-sampler

Browser implementation of Ronald L. Rivest's sampling algorithm using AngularJS
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support random seeds containing non-BMP characters #4

Open cjerdonek opened 10 years ago

cjerdonek commented 10 years ago

To resolve this, we need to resolve the following jsSHA issue: https://github.com/Caligatio/jsSHA/issues/21

See the related issue #3.

cjerdonek commented 10 years ago

The issue there is fixed now: https://github.com/Caligatio/jsSHA/issues/21

Let's wait until it is released.