Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Tableless addition checks #11

Merged
merged 4 commits into from
Jul 23, 2021
Merged

Tableless addition checks #11

merged 4 commits into from
Jul 23, 2021

Conversation

ChihChengLiang
Copy link
Collaborator

What's wrong

Turns out we don't even need table lookup to do 8-bit addition like what we did in #9

How are we fixing it

Replace the table lookup with the simple linear combinations

@ChihChengLiang ChihChengLiang mentioned this pull request Jul 20, 2021
src/encoding/addition.py Outdated Show resolved Hide resolved
@ChihChengLiang ChihChengLiang merged commit f1f765f into master Jul 23, 2021
@ChihChengLiang ChihChengLiang deleted the tableless-addition branch July 23, 2021 06:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants