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

where is 63 come from #1

Open
Haotian-Shi-cyber opened this issue Feb 19, 2022 · 1 comment
Open

where is 63 come from #1

Haotian-Shi-cyber opened this issue Feb 19, 2022 · 1 comment

Comments

@Haotian-Shi-cyber
Copy link

i see the source code, there are a lot of them multiplying by 63 instead of 64, why

@Haotian-Shi-cyber
Copy link
Author

Haotian-Shi-cyber commented Feb 20, 2022

for(int k = 1; (j + k - 1) < bitForm.length && k < 64; k++) feed[k] = bitForm[j + k - 1];

k here starts from 1, what about feed[0]?

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