Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

u256 full multiplication #539

Merged
merged 2 commits into from Feb 29, 2016
Merged

u256 full multiplication #539

merged 2 commits into from Feb 29, 2016

Conversation

NikVolf
Copy link
Contributor

@NikVolf NikVolf commented Feb 29, 2016

this will introduce method full_mul for U256, which returns full 512-bit product (of two 256-bit inputs)
this exact operation is used in plenty of places involving gas calculation

will add benches tonight (not running reference machine right now)
should be about x10 increase

@NikVolf NikVolf added the A0-pleasereview 🤓 Pull request needs code review. label Feb 29, 2016
@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Feb 29, 2016
gavofyork pushed a commit that referenced this pull request Feb 29, 2016
@gavofyork gavofyork merged commit 5869dc8 into master Feb 29, 2016
@NikVolf NikVolf deleted the bigint-u512mul branch March 1, 2016 12:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants