add swift implementation link

This commit is contained in:
yuzushioh 2018-02-11 18:03:39 +09:00
parent 99fd70df69
commit 458ecb2b14
1 changed files with 1 additions and 0 deletions

View File

@ -123,3 +123,4 @@ Note that the input to the Keccak256 hash is the lowercase hexadecimal string (i
2. Python example by @Recmo https://github.com/ethereum/eips/issues/55#issuecomment-261521584
3. Python implementation in [`ethereum-utils`](https://github.com/pipermerriam/ethereum-utils#to_checksum_addressvalue---text)
4. Ethereumjs-util implementation https://github.com/ethereumjs/ethereumjs-util/blob/75f529458bc7dc84f85fd0446d0fac92d991c262/index.js#L452-L466
5. Swift implementation in [`EthereumKit`](https://github.com/yuzushioh/EthereumKit/blob/master/EthereumKit/EIP55.swift)