Merge pull request #879 from yuzushioh/add-eip55-implementation

Add EIP55 Swift implementation link
This commit is contained in:
Yoichi Hirai 2018-02-12 11:37:47 +01:00 committed by GitHub
commit 2dcc5f06c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)