renamed ECIES-P256

This commit is contained in:
orignal 2017-11-13 11:50:17 -05:00
parent 0c34bd440b
commit a21fb17d73
3 changed files with 7 additions and 3 deletions

View file

@ -447,13 +447,13 @@ namespace crypto
memcpy (data, m + 33, 222);
else
{
LogPrint (eLogError, "ECICS decrypt hash doesn't match");
LogPrint (eLogError, "ECIES decrypt hash doesn't match");
ret = false;
}
}
else
{
LogPrint (eLogError, "ECICS decrypt point is invalid");
LogPrint (eLogError, "ECIES decrypt point is invalid");
ret = false;
}