Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

actually do this with a rotation #9

@todo

Description

@todo

// 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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions