Skip to content

FIX : use String.format to get the byte two-digit hexadecimel format right.#38

Merged
edegenetais-nx merged 1 commit intomainfrom
bug/35_fix_sha256_transcription_code_for_00_to_0F_bytes
Jun 18, 2024
Merged

FIX : use String.format to get the byte two-digit hexadecimel format right.#38
edegenetais-nx merged 1 commit intomainfrom
bug/35_fix_sha256_transcription_code_for_00_to_0F_bytes

Conversation

@edegenetais-nx
Copy link
Contributor

Close #35

@edegenetais-nx edegenetais-nx requested a review from bou3108 June 18, 2024 14:13
@edegenetais-nx edegenetais-nx self-assigned this Jun 18, 2024
@edegenetais-nx edegenetais-nx merged commit 2ecbc0b into main Jun 18, 2024
edegenetais-nx added a commit that referenced this pull request Jun 18, 2024
…code_for_00_to_0F_bytes

FIX : use String.format to get the byte two-digit hexadecimel format right.
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.

The sha256 transcription code omits leading zeroes in bytes with 0 lower bits, resulting in a wrong hash string.

1 participant