Skip to content

Commit

Permalink
Remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jan 22, 2024
1 parent 59dcbd7 commit c15a85f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/lib/LibKeccak.sol
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ library LibKeccak {
}

/// @notice Pads input data to an even multiple of the Keccak-f[1600] permutation block size, 1088 bits (136 bytes).
/// @dev Can clobber memory after `_data` if `_data` is not already a multiple of 136 bytes.
function padMemory(bytes memory _data) internal pure returns (bytes memory padded_) {
assembly {
padded_ := mload(0x40)
Expand Down

0 comments on commit c15a85f

Please sign in to comment.