mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-28 19:26:26 +08:00
Update sdf and skf commands
This commit is contained in:
@@ -412,7 +412,7 @@ ECIES_CIPHERTEXT_VALUE *ECIES_do_encrypt(const ECIES_PARAMS *param,
|
||||
OPENSSL_assert(pout - ret->ciphertext->data == ciphertextlen);
|
||||
|
||||
} else {
|
||||
unsigned int i;
|
||||
int i;
|
||||
for (i = 0; i < ret->ciphertext->length; i++) {
|
||||
ret->ciphertext->data[i] = in[i] ^ enckey[i];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user