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

Can't generate keystore! aes encryption failed

Open yjy1633363884 opened this issue 4 years ago • 1 comments

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!

yjy1633363884 avatar Oct 19 '21 10:10 yjy1633363884

&aes_ctr_cbuf_inc, - ?

Senxik avatar Oct 19 '21 11:10 Senxik