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

Luhn Checksum Operation Added #965

Merged
merged 1 commit into from
Mar 5, 2020
Merged

Luhn Checksum Operation Added #965

merged 1 commit into from
Mar 5, 2020

Conversation

n1073645
Copy link
Contributor

Luhn Checksum Operation added.

Generates the check-digit for the Luhn Algorithm.

#963

super();

this.name = "Luhn Checksum";
this.module = "Crypto";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to add this to the crypto module since it has no imports. The modules are generally for operations that are likely to import large libraries. I'd just throw this into Default since it's so small. No need to update this PR though, I'll do it myself as I merge it.

@n1474335 n1474335 merged commit c0f003b into gchq:master Mar 5, 2020
This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants