[hipl-dev] [Branch ~hipl-core/hipl/ecc] Rev 5298: Improved documentation of impl_dsa_sign().

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Sat, 08 Jan 2011 17:10:50 -0000

------------------------------------------------------------
revno: 5298
committer: Henrik Ziegeldorf <henrik.ziegeldorf@xxxxxxxxxxxxxx>
branch nick: ecc
timestamp: Sat 2011-01-08 18:08:47 +0100
message:
  Improved documentation of impl_dsa_sign().
modified:
  lib/core/crypto.c


--
lp:~hipl-core/hipl/ecc
https://code.launchpad.net/~hipl-core/hipl/ecc

Your team HIPL core team is subscribed to branch lp:~hipl-core/hipl/ecc.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/ecc/+edit-subscription
=== modified file 'lib/core/crypto.c'
--- lib/core/crypto.c   2011-01-08 17:07:35 +0000
+++ lib/core/crypto.c   2011-01-08 17:08:47 +0000
@@ -496,9 +496,9 @@
 /**
  * Sign using DSA
  *
- * @param digest a digest of the message to sign
+ * @param digest the sha1-160 digest of the message to sign
  * @param dsa the DSA key
- * @param signature write the signature here
+ * @param signature write the signature here (we need memory of size 
HIP_DSA_SIGNATURE_LEN)
  *
  * @return 0 on success and non-zero on error
  */

Other related posts: