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

[question/feature request] Process multiple bits per step #1

Open
Nic30 opened this issue Sep 18, 2019 · 0 comments
Open

[question/feature request] Process multiple bits per step #1

Nic30 opened this issue Sep 18, 2019 · 0 comments

Comments

@Nic30
Copy link

Nic30 commented Sep 18, 2019

Hello,

I am working on hardware implementation of Toeplitz hash. One of of requirements is to process multiple bits from the input per clock cycle.

For this it is required to unwind a loops in main algorithm and construct matrix which will contain information about which bit of input should be xor-ed with which input or key bit.

I did similar thing for CRC hash recently. Even If I had working partial solutions it took lot of time to put it all things together.

Do you know about any implementation of Toeplitz hash which processes multiple bits of input per step/HW implementation.
Can you write any?

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