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

Arithmetic operations not implemented in terms of BigBit formats themselves #4

Open
kotauskas opened this issue Mar 24, 2020 · 0 comments

Comments

@kotauskas
Copy link

Currently, the only way to perform arithmetic operations on BigBit numbers to convert them to BigNumbers, add these and encode them back to the original BigBit format. As the reference implementation, this strongly needs an implementation of BigBit arithmetics without BigNumbers, since such a type is not even present in certain languages, namely Rust, which I'm porting this format to (I'm trying to keep the crate as a zero-dependency self-sustaining implementation, thus using any other format as a helper construct simply hurts the proof of concept).

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