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

actually do this with a rotation #9

Open
todo bot opened this issue Aug 5, 2020 · 2 comments
Open

actually do this with a rotation #9

todo bot opened this issue Aug 5, 2020 · 2 comments
Assignees
Labels
bug Something isn't working todo 🗒️

Comments

@todo
Copy link

todo bot commented Aug 5, 2020

// TODO: actually do this with a rotation
// xor_prob_table(observed, key ^ (key - 1));
prob_table new_observed;
for (auto& i : observed)
new_observed[i.first^key] = i.second;
if (key == 'c')


This issue was generated by todo based on a TODO comment in 4056d16. It's been assigned to @Cyclic3 because they committed the code.
@todo todo bot added the todo 🗒️ label Aug 5, 2020
@todo todo bot assigned Cyclic3 Aug 5, 2020
@issue-label-bot issue-label-bot bot added the bug Something isn't working label Aug 5, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.52. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@Cyclic3
Copy link
Member

Cyclic3 commented Oct 3, 2020

LEAVE ME ALONE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working todo 🗒️
Projects
None yet
Development

No branches or pull requests

1 participant