aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-17 22:57:40 +0000
committerChristian Grothoff <christian@grothoff.org>2015-04-17 22:57:40 +0000
commit0eec6dcddb60bd17c5227d8da94cb06bf8b363f3 (patch)
tree2c7fbc82496c5026069aeb06fb8d3e2a2963532f /src/include/gnunet_crypto_lib.h
parentdc08cf45466193ee67fbbe97cddee413f0273cff (diff)
downloadgnunet-0eec6dcddb60bd17c5227d8da94cb06bf8b363f3.tar.gz
gnunet-0eec6dcddb60bd17c5227d8da94cb06bf8b363f3.zip
-doxygen, indentation
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index adc05b8a8..da31e9741 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -1582,7 +1582,7 @@ GNUNET_CRYPTO_rsa_private_key_free (struct GNUNET_CRYPTO_rsa_PrivateKey *key);
1582 */ 1582 */
1583size_t 1583size_t
1584GNUNET_CRYPTO_rsa_private_key_encode (const struct GNUNET_CRYPTO_rsa_PrivateKey *key, 1584GNUNET_CRYPTO_rsa_private_key_encode (const struct GNUNET_CRYPTO_rsa_PrivateKey *key,
1585 char **buffer); 1585 char **buffer);
1586 1586
1587 1587
1588/** 1588/**
@@ -1595,7 +1595,7 @@ GNUNET_CRYPTO_rsa_private_key_encode (const struct GNUNET_CRYPTO_rsa_PrivateKey
1595 */ 1595 */
1596struct GNUNET_CRYPTO_rsa_PrivateKey * 1596struct GNUNET_CRYPTO_rsa_PrivateKey *
1597GNUNET_CRYPTO_rsa_private_key_decode (const char *buf, 1597GNUNET_CRYPTO_rsa_private_key_decode (const char *buf,
1598 size_t len); 1598 size_t len);
1599 1599
1600 1600
1601/** 1601/**
@@ -1638,7 +1638,7 @@ GNUNET_CRYPTO_rsa_public_key_free (struct GNUNET_CRYPTO_rsa_PublicKey *key);
1638 */ 1638 */
1639size_t 1639size_t
1640GNUNET_CRYPTO_rsa_public_key_encode (const struct GNUNET_CRYPTO_rsa_PublicKey *key, 1640GNUNET_CRYPTO_rsa_public_key_encode (const struct GNUNET_CRYPTO_rsa_PublicKey *key,
1641 char **buffer); 1641 char **buffer);
1642 1642
1643 1643
1644/** 1644/**
@@ -1651,7 +1651,7 @@ GNUNET_CRYPTO_rsa_public_key_encode (const struct GNUNET_CRYPTO_rsa_PublicKey *k
1651 */ 1651 */
1652struct GNUNET_CRYPTO_rsa_PublicKey * 1652struct GNUNET_CRYPTO_rsa_PublicKey *
1653GNUNET_CRYPTO_rsa_public_key_decode (const char *buf, 1653GNUNET_CRYPTO_rsa_public_key_decode (const char *buf,
1654 size_t len); 1654 size_t len);
1655 1655
1656 1656
1657/** 1657/**
@@ -1759,7 +1759,7 @@ GNUNET_CRYPTO_rsa_signature_free (struct GNUNET_CRYPTO_rsa_Signature *sig);
1759 */ 1759 */
1760size_t 1760size_t
1761GNUNET_CRYPTO_rsa_signature_encode (const struct GNUNET_CRYPTO_rsa_Signature *sig, 1761GNUNET_CRYPTO_rsa_signature_encode (const struct GNUNET_CRYPTO_rsa_Signature *sig,
1762 char **buffer); 1762 char **buffer);
1763 1763
1764 1764
1765/** 1765/**
@@ -1772,7 +1772,7 @@ GNUNET_CRYPTO_rsa_signature_encode (const struct GNUNET_CRYPTO_rsa_Signature *si
1772 */ 1772 */
1773struct GNUNET_CRYPTO_rsa_Signature * 1773struct GNUNET_CRYPTO_rsa_Signature *
1774GNUNET_CRYPTO_rsa_signature_decode (const char *buf, 1774GNUNET_CRYPTO_rsa_signature_decode (const char *buf,
1775 size_t len); 1775 size_t len);
1776 1776
1777 1777
1778/** 1778/**
@@ -1787,8 +1787,8 @@ GNUNET_CRYPTO_rsa_signature_decode (const char *buf,
1787 */ 1787 */
1788struct GNUNET_CRYPTO_rsa_Signature * 1788struct GNUNET_CRYPTO_rsa_Signature *
1789GNUNET_CRYPTO_rsa_unblind (struct GNUNET_CRYPTO_rsa_Signature *sig, 1789GNUNET_CRYPTO_rsa_unblind (struct GNUNET_CRYPTO_rsa_Signature *sig,
1790 struct GNUNET_CRYPTO_rsa_BlindingKey *bkey, 1790 struct GNUNET_CRYPTO_rsa_BlindingKey *bkey,
1791 struct GNUNET_CRYPTO_rsa_PublicKey *pkey); 1791 struct GNUNET_CRYPTO_rsa_PublicKey *pkey);
1792 1792
1793 1793
1794/** 1794/**