ethers.objc icon indicating copy to clipboard operation
ethers.objc copied to clipboard

Fast, simple and complete library for Ethereum in Objective-C.

Results 21 ethers.objc issues
Sort by recently updated
recently updated
newest added

AES_RETURN aesStatus = aes_ctr_encrypt([_privateKey bytes], [cipherText mutableBytes], (int)_privateKey.length, counter, &aes_ctr_cbuf_inc, &context); if (aesStatus != EXIT_SUCCESS) { sendResult(nil); return; } Cause failure!

### Impact A user who owns an ENS domain can set a "trapdoor", allowing them to transfer ownership to another user, and later regain ownership without the new owner's consent...

I have fully understood the mnemonic, private key and Keystore. Thank you for your help! I closed this issue. _Originally posted by @CivelXu in https://github.com/ethers-io/ethers.objc/issues/12#issuecomment-351961313_

Public keys are needed in making transactions. I see that the API provided does not introduce how to obtain public keys. How can I get public keys? Thank you very...

I am unable to integrate ethers.obj to my ios app see the following error ![screen shot 2017-12-13 at 5 30 03 pm](https://user-images.githubusercontent.com/2520028/33939020-6307b84c-e02b-11e7-98ab-97005504f136.png)

question