Giter Site home page Giter Site logo

Comments (7)

Caligatio avatar Caligatio commented on May 30, 2024

What browser and version are you using that you're hitting this issue?

from jssha.

serge-pouliquen-itf avatar serge-pouliquen-itf commented on May 30, 2024

Currently, I'm using icedove 24.x branch with javascript.options.strict set to true.
In Future, I'm planning to use your lib in GVP 6.5 which is compatible only with strict mode (another project).

from jssha.

Caligatio avatar Caligatio commented on May 30, 2024

This is actually a kind of a pain because I don't know the proper length ahead of time because of the nature of Unicode characters.

I can add a bit of logic that will use append if I hit a byteCnt % 4 == 0. I can try it this weekend.

from jssha.

Caligatio avatar Caligatio commented on May 30, 2024

This should be fixed now in https://github.com/Caligatio/jsSHA/blob/60a1074c2ff89d4b24f8de3f0ef50233ed2db738/src/sha_dev.js

Can you try it to see if it still spits out warnings/errors?

from jssha.

serge-pouliquen-itf avatar serge-pouliquen-itf commented on May 30, 2024

Hi,
I tried the link and got an error.

Avertissement : ReferenceError: reference to undefined property message[(messageLen >>> 5)]
Ligne : 989

from jssha.

Caligatio avatar Caligatio commented on May 30, 2024

OK so I think I now fully understand what's going on now. Apparently someone in the JavaScript world that assigning to array indexes greater than their current size is allowed but reading from an out of bounds array index is bad. I do bitwise |= all over the place so there were a lot of problems.

I think I managed to track down all the locations in https://github.com/Caligatio/jsSHA/blob/6e416b913a4efc228543f8107aaff3f471e1ec5a/src/sha_dev.js (I flipped Firefox into strict mode and found the problems as I spotted them). If you could try it one more time, I think there shouldn't be any more warnings.

from jssha.

serge-pouliquen-itf avatar serge-pouliquen-itf commented on May 30, 2024

There is no warning for me.
Thanks a lot

from jssha.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.