ethers.objc
ethers.objc copied to clipboard
Fast, simple and complete library for Ethereum in Objective-C.
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 