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

Replace all cases where sequential flow ids are used with the generated high-entropy flow ids #19

Open
luizbarcelos opened this issue May 10, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@luizbarcelos
Copy link
Collaborator

After #3, the new extended classification flow is using the high-entropy flow ids (mca/flow_ids module). The task at hand is to replace all usages of sequential flow ids during the MCA flow with the generated high-entropy flow ids. The "flow ids" generated by the Identifier class (e.g. Identifiers's create_new_discovery_flow_id method) are merely indices to the high-entropy flow ids, not the flow ids themselves.

@luizbarcelos luizbarcelos added the bug Something isn't working label May 10, 2021
@luizbarcelos luizbarcelos self-assigned this May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant