From 458ecb2b1498ac38f216ae58a46cd1197bd734c2 Mon Sep 17 00:00:00 2001 From: yuzushioh Date: Sun, 11 Feb 2018 18:03:39 +0900 Subject: [PATCH] add swift implementation link --- EIPS/eip-55.md | 1 + 1 file changed, 1 insertion(+) diff --git a/EIPS/eip-55.md b/EIPS/eip-55.md index b428ab38..e9e1c82a 100644 --- a/EIPS/eip-55.md +++ b/EIPS/eip-55.md @@ -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)