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

digital signature dual verification is not robust #2395

Closed
jyao1 opened this issue Oct 9, 2023 · 1 comment · Fixed by #2397
Closed

digital signature dual verification is not robust #2395

jyao1 opened this issue Oct 9, 2023 · 1 comment · Fixed by #2397
Assignees
Labels
bug Something isn't working

Comments

@jyao1
Copy link
Member

jyao1 commented Oct 9, 2023

There might be small chance that the digital signature is same before and after swap.

For example: digital signature is 0xABCDDCBA.

Then we cannot distinguish little endian or big endian.

We need to skip endianness assignment in this case, such as add check for palindrome

@jyao1
Copy link
Member Author

jyao1 commented Oct 9, 2023

Similar issue #2393

@jyao1 jyao1 added the bug Something isn't working label Oct 9, 2023
@jyao1 jyao1 closed this as completed Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants