mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Corrected typo
This commit is contained in:
parent
d29b9b986e
commit
8bd1115255
@ -95,7 +95,7 @@ Mathematical and Cryptographic Functions
|
||||
`ripemd160(...) returns (bytes20)`:
|
||||
compute RIPEMD-160 hash of the (tightly packed) arguments
|
||||
`ecrecover(bytes32 data, uint8 v, bytes32 r, bytes32 s) returns (address)`:
|
||||
recover the address assocaited with the public key from elliptic curve signature
|
||||
recover the address associated with the public key from elliptic curve signature
|
||||
|
||||
In the above, "tightly packed" means that the arguments are concatenated without padding.
|
||||
This means that the following are all identical::
|
||||
|
Loading…
Reference in New Issue
Block a user