You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Section 3.3.2 defines hashtype as 'uint8', but the values for SHA256 and SHA384 are negative. In the implementation, the 'hashtype' is considered as 'int8'.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Test Environment
Provide details about your test environment.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Section 3.3.2 defines hashtype as 'uint8', but the values for SHA256 and SHA384 are negative. In the implementation, the 'hashtype' is considered as 'int8'.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Test Environment
Provide details about your test environment.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: