commit | 56cc88a796b058be92c255c6540e1f5ac9c5903e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 11 18:40:45 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 11 18:40:45 2015 +0200 |
tree | ce17c1c4a53092f91a708d99a2a9a7ff4f5d77fa | |
parent | 6dde596a03e4a8288d9d6134cd4656eae81826e1 [diff] [blame] |
Rm ecp_add() and add ecp_muladd()
diff --git a/ChangeLog b/ChangeLog index 28a3ef2..b6278a5 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -61,7 +61,8 @@ Removals * Removed mbedtls_ecp_group_read_string(). Only named groups are supported. - * Removed mbedtls_ecp_sub(). + * Removed mbedtls_ecp_sub() and mbedtls_ecp_add(), use + mbedtls_ecp_muladd(). * Removed individual mdX_hmac and shaX_hmac functions (use generic md_hmac functions from md.h) * Removed the PBKDF2 module (use PKCS5).