Corrected typo

This commit is contained in:
Denton Liu 2016-05-18 18:04:15 -04:00
parent d29b9b986e
commit 8bd1115255

View File

@ -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::