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
 {