miracl / amcl

33 stars 20 forks source link

bls.js and bls256.js don't load in IE 11 #42

Closed mhewett-ks closed 5 years ago

mhewett-ks commented 5 years ago
SCRIPT1003: Expected ':'
bls.js (73,18)
SCRIPT1003: Expected ':'
bls256.js (73,18)

These files define a few functions in the form:

        bls_hashit: function(m) {

Then switch to just declaring a function:

    KeyPairGenerate(rng,S,W) {

I'm not sure how that even works in other browsers since it is in the body of an object.

All of the other .js files are loading with no errors.

mcarrickscott commented 5 years ago

Good catch, thanks. Fixed.