commit | b694b4896c1c0b467be9abf9e79b95c540a6a87d | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Aug 08 13:30:57 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Aug 20 20:04:16 2013 +0200 |
tree | 350584892a85233fc42394a16cc766b68205867b | |
parent | 5a8a62ce1c8323c6e0ed37daf7e45d41508a1e29 [diff] [blame] |
Add ecdsa_{read,write}_signature()
diff --git a/library/ecp.c b/library/ecp.c index 1468312..a2d13c4 100644 --- a/library/ecp.c +++ b/library/ecp.c
@@ -1146,7 +1146,7 @@ * (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