Skip to content

Can't generate keystore! aes encryption failed #35

Description

@yjy1633363884

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions