#libgotr
libgotr is a library providing an OTR-like encryption scheme for group conversations.
##Build Dependencies
- libgcrypt v1.6.1 or higher
##Documentation
The API documentation can be built by running make doc
inside the libgotr
folder. This requires Doxygen and some other tools to build the graphs. The API
documentation is not (yet) available to browse online.
Also the folders expose
, ghm_pres
, presentation 1
, presentation2
and
proposal
provide some deliverables required for the university course where
this library was developed.
##License
(C) 2014-2015 Markus Teich, Jannik Theiß, Christian Grothoff, Nils Durner (and other contributing authors)
libgotr is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
libgotr is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with libgotr; see the file LICENSE. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.