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

Introduce stronger types instead of relying on Strings that are assumed to be HEX #3

Open
amschel99 opened this issue Apr 21, 2024 · 0 comments

Comments

@amschel99
Copy link
Owner

The current design of the crypto library API relies extensively on string representations of hexadecimal values. While having a FromStr implementation for hex strings may suffice for some use cases, basing the entire API interface on strings assumed to be hex is suboptimal.
To address these concerns, refactor the library to provide dedicated types for hexadecimal values, along with parsing and formatting methods tailored to these types.

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

No branches or pull requests

1 participant