ethers.objc
ethers.objc copied to clipboard
Can't generate keystore! aes encryption failed
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!
&aes_ctr_cbuf_inc, - ?