constant_time_encoding icon indicating copy to clipboard operation
constant_time_encoding copied to clipboard

Redundant assertion in Base64Test

Open TimWolla opened this issue 5 years ago • 0 comments

https://github.com/paragonie/constant_time_encoding/blob/751efde07971b3996094408c1efde0e379a558dc/tests/Base64Test.php#L27-L34

Should one of these test against encodeUnpadded like for Base32: https://github.com/paragonie/constant_time_encoding/blob/751efde07971b3996094408c1efde0e379a558dc/tests/Base32Test.php#L24-L27?

TimWolla avatar Nov 09 '20 13:11 TimWolla