mirror of https://github.com/status-im/evmc.git
EVM-C: mark evm_hash160 big-endian
This commit is contained in:
parent
9c3ff6d4b3
commit
8ae6f4eae6
|
@ -39,7 +39,7 @@ struct evm_uint256 {
|
|||
uint64_t words[4];
|
||||
};
|
||||
|
||||
/// 160-bit hash suitable for keeping an Ethereum address.
|
||||
/// Big-endian 160-bit hash suitable for keeping an Ethereum address.
|
||||
struct evm_hash160 {
|
||||
/// The 20 bytes of the hash.
|
||||
uint8_t bytes[20];
|
||||
|
|
Loading…
Reference in New Issue