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

Add missing API for BV #333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

the-ssd
Copy link

@the-ssd the-ssd commented Jan 5, 2025

Added missing API for creating bitvectors from vector of bits and bytes

Fixes #332

@the-ssd
Copy link
Author

the-ssd commented Jan 5, 2025

I changed the order of processing for byte_vec because that is how it works internally in rust.

This is how 100 represented in Allocation

bytes = [
    100,
    0,
    0,
    0,
]

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.

Missing API for BitVectors
1 participant