Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #3 and other improvements #4

Merged
merged 4 commits into from
Jul 10, 2023
Merged

Conversation

PhoneixS
Copy link
Contributor

@PhoneixS PhoneixS commented Nov 6, 2018

I have fixed the calculation of strings of more than 31 characters based on commit nf404/crypto-api@b7dedd2 which is more or less the same algorithm. This fixed #3

Also, I have updated the typescript definition with the options that are available in the js file and changed the String type to string in the getHash function that I think you'd forgotten to change. This fixed #2

PhoneixS and others added 4 commits November 5, 2018 11:24
Fix the problem with strings longer than 31 characters.

Fixed dadagov125#3
The definition file still had a String type instead of string.
@dadagov125 dadagov125 merged commit fae290d into dadagov125:master Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hash incorrectly calculated for string longer than 31 characters
2 participants