solidity/test/libsolidity/semanticTests/externalContracts/_base64
Paarth Madan 17fa85a2fb Add Base64 test cases with and without inline assembly
Adds two implementations of Base64 encoding as specified in RFC4648.
Implementation (1) uses inline assembly, while Implementation (2) is
written purely in Solidity.

Assertions are added to replicate the test vectors specified in the RFC
for Base64 to ensure both implementations to specification.
2022-03-05 19:51:46 -05:00
..
base64_inline_asm.sol Add Base64 test cases with and without inline assembly 2022-03-05 19:51:46 -05:00
base64_no_inline_asm.sol Add Base64 test cases with and without inline assembly 2022-03-05 19:51:46 -05:00