aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/jwt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/jwt.h')
-rw-r--r--src/reclaim/jwt.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/reclaim/jwt.h b/src/reclaim/jwt.h
new file mode 100644
index 000000000..4b0b01be3
--- /dev/null
+++ b/src/reclaim/jwt.h
@@ -0,0 +1,10 @@
1#ifndef JWT_H
2#define JWT_H
3
4char*
5jwt_create_from_list (const struct GNUNET_CRYPTO_EcdsaPublicKey *aud_key,
6 const struct GNUNET_CRYPTO_EcdsaPublicKey *sub_key,
7 const struct GNUNET_RECLAIM_ATTRIBUTE_ClaimList *attrs,
8 const struct GNUNET_CRYPTO_AuthKey *priv_key);
9
10#endif