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

Use big.Int instead of uint64s #3

Merged
merged 4 commits into from
Nov 25, 2024
Merged

Use big.Int instead of uint64s #3

merged 4 commits into from
Nov 25, 2024

Conversation

mj850
Copy link
Contributor

@mj850 mj850 commented Nov 25, 2024

This library can technically work with amounts larger than uint64. (Except for decryption)

Accordingly, it is quite possible that values stored by the CT module in sei-chain can exceed uint64.

This PR enables this library to work with arbitrarily large big.Ints instead of being constrained to uint64s

@mj850 mj850 merged commit ef88c69 into main Nov 25, 2024
11 checks passed
@mj850 mj850 deleted the mj/bigint branch November 25, 2024 23:11
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.

2 participants