Add `FuzzXxx` tests to cipher algorithms
Author: raklaptudirmCreated Mar 24, 2022Updated Sep 1, 2026
Labelsenhancementhelp wanteddont-closeGood First Issue
Description
Use the new go1.18 FuzzXxx tests to test cipher algorithm encryption and decryption.
The tests should accept fuzzed strings, encrypt then decrypt them, and check for equality with the original. This can help catch more elusive bugs in the code.
Source: TheAlgorithms/Go