solidity/test/libsolidity/semanticTests/externalContracts
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 Add Base64 test cases with and without inline assembly 2022-03-05 19:51:46 -05:00
_prbmath Import prb-math for testing 2021-04-27 20:08:33 +01:00
_stringutils Fix some issues regarding checked arithmethics in stringutils 2021-04-27 17:05:40 +01:00
base64.sol Add Base64 test cases with and without inline assembly 2022-03-05 19:51:46 -05:00
deposit_contract.sol Update tests. 2022-02-21 14:32:52 +01:00
FixedFeeRegistrar.sol Update tests. 2022-02-21 14:32:52 +01:00
prbmath_signed.sol Update tests. 2022-02-21 14:32:52 +01:00
prbmath_unsigned.sol Update tests. 2022-02-21 14:32:52 +01:00
ramanujan_pi.sol Update tests. 2022-02-21 14:32:52 +01:00
snark.sol Update tests. 2021-11-03 12:39:55 +01:00
strings.sol Update tests. 2022-02-21 14:32:52 +01:00