Coder Social home page Coder Social logo

gnu_ftmgs's Introduction

This FTMGS library implements the FTMGS (Fair Traceable Multi-Group
Signatures) digital signature scheme. More information on it can be
found in the included manual (ftmgs_man.pdf).

This library has been compiled with
  * gcc (Debian 4.4.5-8) 4.4.5 on 686 GNU/Linux 2.6.32-5-686      (32 bits)
  * gcc (Debian 4.4.5-8) 4.4.5 on x86_64 GNU/Linux 2.6.32-5-amd64 (64 bits)

The library is released under the LGPLv2.1 license, and demonstration
programs under the GPLv2 license. See the "COPYING" files to
fetch the contents of the licenses.

It requires both GMP and LIBTASN1 (LGPL) be installed in your system

System dependent code is in files "system.c" and "system.h" where
required.

The library uses code from IEEE IETF for SHA from RFC 6234. See the
"COPYING_SHA" file to access the contents of the license

Library Installation:

    Change working directory to 'ftmgs'

    $ cd ftmgs

    To cleanup the library

    $ make cleanup

    To compile the library

    $ make

    To install the library (as root)

    # make install

	To compile the test program

    $ gcc -o test test.c -lftmgs -ltasn1 -lgmp -lm

    To run the test program

	$ ./test

    To uninstall the library (as root)

    # make uninstall

Please, send bug reports to: Vicente Benjumea <[email protected]>

Project Home Page: 
    http://www.lcc.uma.es/~vicente/swprj/index.html#libftmgs

Development Repository:
    https://savannah.nongnu.org/projects/ftmgs/

Source Code Manager: Git Repository:
    https://savannah.nongnu.org/git/?group=ftmgs

---------------------------------------
AUTHORS
---------------------------------------
Vicente Benjumea <[email protected]>, University of Malaga, Spain
Seung Geol Choi <[email protected]>, University of Maryland, USA
---------------------------------------

gnu_ftmgs's People

Watchers

James Cloos avatar Ralic Lo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.