-
Notifications
You must be signed in to change notification settings - Fork 504
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: indutny/elliptic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.5.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: indutny/elliptic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 11 files changed
- 3 contributors
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a78e03 - Browse repository at this point
Copy the full SHA 0a78e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206da2e - Browse repository at this point
Copy the full SHA 206da2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7570078 - Browse repository at this point
Copy the full SHA 7570078View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ac5360 - Browse repository at this point
Copy the full SHA 7ac5360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e06e1 - Browse repository at this point
Copy the full SHA 03e06e1View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for accb61e - Browse repository at this point
Copy the full SHA accb61eView commit details -
17
Configuration menu - View commit details
-
Copy full SHA for 3e46a48 - Browse repository at this point
Copy the full SHA 3e46a48View commit details
Commits on Oct 26, 2024
-
fix: signature verification due to leading zeros
According to FIPS 186-5, section 6.4.2 ECDSA Signature Verification Algorithm, the hash of the message must be adjusted based on the order n of the base point of the elliptic curve: If log2(n) ≥ hashlen, set E = H. Otherwise, set E equal to the leftmost log2(n) bits of H. Unfortunately because elliptic converts messages to BN instances the reported `byteLength()` for the message can be incorrect if the message has 8 or more leading zero bits. Here we fix it by: 1. Counting leading zeroes in hex strings provided as messages 2. Counting all array entries in Array-like (e.g. Buffer) messages 3. Providing an `msgBitLength` option to both `.sign`/`.verify` to let user override the behavior Original PR: #322 Credit: @Markus-MS
Configuration menu - View commit details
-
Copy full SHA for 34c8534 - Browse repository at this point
Copy the full SHA 34c8534View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a7edd - Browse repository at this point
Copy the full SHA b8a7eddView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.5.4...v6.6.0