aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/jwt.h
blob: 39b4e2f3cfd3c0a30310d893d2c481cb8baf1e25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef JWT_H
#define JWT_H

char*
jwt_create_from_list (const struct GNUNET_CRYPTO_EcdsaPublicKey *aud_key,
                      const struct GNUNET_CRYPTO_EcdsaPublicKey *sub_key,
                                                const struct GNUNET_RECLAIM_ATTRIBUTE_ClaimList *attrs,
                                                const char* secret_key);

#endif