Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 11 Commits configs/diffswap add config Sep 18, 2023 data/portrait_jpg add sample image Sep 18, 2023 data_preprocessing add data preprocessing ...
// See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522 if (a == 0) { if (a == 0) { return 0; return 0; } } uint256 c = a * b; uint256 c = a * b; require(c / a == b, 'SafeMath: multiplication overflow'); require(c / a == b, 'SafeMath: multiplic...