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

abi: Add abstraction over bit and byte sizes. #614

Open
1 task done
lkorenc opened this issue Jun 12, 2024 · 0 comments
Open
1 task done

abi: Add abstraction over bit and byte sizes. #614

lkorenc opened this issue Jun 12, 2024 · 0 comments
Labels

Comments

@lkorenc
Copy link
Contributor

lkorenc commented Jun 12, 2024

Prerequisites

  • I have read the documentation and the proposed feature is not implemented.

Description

In the ABI component we often need to do computations that involve reasoning about size of types - be it in bytes or bits. For readability sake (and to reduce error space) we want to have an abstraction (probably based on some strong types) to model bit_size and byte_size as separate types.

@lkorenc lkorenc added the abi label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant