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

feat(cipher/transposition): add fuzz test to transposition cipher #600 #601

Merged
merged 3 commits into from
Nov 21, 2022
Merged

feat(cipher/transposition): add fuzz test to transposition cipher #600 #601

merged 3 commits into from
Nov 21, 2022

Conversation

mcaci
Copy link
Contributor

@mcaci mcaci commented Oct 31, 2022

Hi again, in the context of #480 I'm adding the fuzz tests for the transposition algorithm. I tested it with go test -./cipher/transposition/ for the corpus and go test -fuzz=FuzzTransposition ./cipher/transposition/ to run the fuzzer itself.
Let me know if you have any feedbacks about it.
Thanks!

@mcaci mcaci changed the title Fuzz transposition feat(cipher/transposition): add fuzz test to transposition cipher #600 Oct 31, 2022
cipher/transposition/transposition.go Outdated Show resolved Hide resolved
cipher/transposition/transposition_test.go Outdated Show resolved Hide resolved
@tjgurwara99
Copy link
Member

I've seen the PR - I haven't been able to test the functionality in my environment yet. I'll post an update after I analyse this algorithm properly.

@raklaptudirm raklaptudirm merged commit 54f082b into TheAlgorithms:master Nov 21, 2022
@mcaci mcaci deleted the fuzz-transposition branch November 21, 2022 17:49
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.

3 participants