commit | 211a64c79f496de1a82083f517230e7fd1b009fd | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Aug 09 15:04:26 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Aug 20 20:26:28 2013 +0200 |
tree | 48d6208feaccbb9f02ded8ff86555a23107202e6 | |
parent | b4d69c41f8d1e01bc9a4472d166f575dcd8cce2e [diff] [blame] |
Add eckey to ecdsa conversion in the PK layer
diff --git a/include/polarssl/ecdsa.h b/include/polarssl/ecdsa.h index d61e82c..15b90e6 100644 --- a/include/polarssl/ecdsa.h +++ b/include/polarssl/ecdsa.h
@@ -31,6 +31,8 @@ /** * \brief ECDSA context structure + * + * \note Purposefully begins with the same members as struct ecp_keypair. */ typedef struct {