RetroShare/libretroshare/src/gxs/rsgixs.h

20 lines
372 B
C
Raw Normal View History

#ifndef RSGIXS_H
#define RSGIXS_H
#include "gxs/rsgxs.h"
/*!
* Retroshare general identity exchange service
* provides a means to distribute identities among peers
* also provides encyption, decryption, verification,
* and signing functionality using any created identities
*/
class RsGixs : RsGxs
{
public:
RsGixs();
};
#endif // RSGIXS_H