Base64Test
Inherits: Test
Functions
testEncode
function testEncode(bytes memory input) external pure;
testEncodeURL
function testEncodeURL(bytes memory input) external pure;
_removePadding
function _removePadding(string memory inputStr) internal pure returns (string memory);