Mimc
DataMissing​
error DataMissing()
Thrown when the data is not provided
DataIsNotMod32​
error DataIsNotMod32()
Thrown when the data is not purely in 32 byte chunks
FR_FIELD​
uint256 FR_FIELD
hash​
function hash(bytes _msg) external pure returns (bytes32 mimcHash)
Performs a MiMC hash on the data provided
Only data that has length modulus 32 is hashed, reverts otherwise
Parameters​
Name | Type | Description |
---|---|---|
_msg | bytes | The data to be hashed |
Return Values​
Name | Type | Description |
---|---|---|
mimcHash | bytes32 | The computed MiMC hash |
Contributions not accepted
These reference pages are automatically generated based on Linea's smart contracts. To ensure they accurately match the deployed smart contracts, we cannot accept any contributions that edit these pages.