浏览代码

clarifying comment for crypto_pk_get_fingerprint

svn:r1243
Roger Dingledine 21 年之前
父节点
当前提交
20f11f1800
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/common/crypto.c

+ 3 - 0
src/common/crypto.c

@@ -639,6 +639,9 @@ int crypto_pk_private_sign(crypto_pk_env_t *env, unsigned char *from, int fromle
   }
 }
 
+/* Given a private or public key pk, put a fingerprint of the
+ * public key into fp_out.
+ */
 int
 crypto_pk_get_fingerprint(crypto_pk_env_t *pk, char *fp_out)
 {