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

Format serial number bytes with 0 prefix #50

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Conversation

maraino
Copy link

@maraino maraino commented Mar 15, 2024

Description

This commit ensures that the serial number's hexadecimal format shows each byte with 2 hexadecimal digits. The default big.Int formatter doesn't prefix the first hexadecimal number with 0 if it is between 1 and F.

This commit makes sure that the serial number's hexadecimal format
shows each byte with 2 hexadecimal digits. The default big.Int
formatter doesn't prefix the first hexadecimal number with 0 if it
is between 1 and F.
@maraino maraino requested a review from a team as a code owner March 15, 2024 21:58
@maraino maraino requested review from dopey and removed request for a team March 15, 2024 21:58
@maraino maraino merged commit f30cc1a into master Mar 15, 2024
15 checks passed
@maraino maraino deleted the mariano/serialnumber branch March 15, 2024 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants