mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Add ecdsa_{read,write}_signature()
This commit is contained in:
parent
5a8a62ce1c
commit
b694b4896c
6 changed files with 206 additions and 3 deletions
|
|
@ -1146,7 +1146,7 @@ cleanup:
|
|||
* (that is: grp->nbits / w + 1)
|
||||
* Allow p_bits + 1 bits in case M = grp->N + 1 is one bit longer than N.
|
||||
*/
|
||||
#define MAX_NAF_LEN ( POLARSSL_ECP_MAX_N_BITS / 2 + 1 )
|
||||
#define MAX_NAF_LEN ( POLARSSL_ECP_MAX_BITS / 2 + 1 )
|
||||
|
||||
/*
|
||||
* Integer multiplication: R = m * P
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue