Giter Site home page Giter Site logo

group-signature-cl-scheme's Introduction

#Dynamic Group Signature library

This is the repository for Dynamic Group Signature by Camenisch-Lysyanskaya scheme.

###External dependencies: Your system should have GMP lib 6.0.0 and PBC lib 0.5.14. ###Configuration Pairing parameters was defined to default as PBClib example. ###How it works Dynamic Group Signature Scheme

This scheme involves three types of participants:

group manger
group member
verifier

A dynamic group signature scheme consists of five polynomial-time algorithms/protocols:

  • Key generation

Generation of group public key, member's secret issuer key and member's secret opener key.

  • Join protocol

Registration of new group users, as a result, each user receives a own secret key from manager, who knows the secret issuer key.

  • Signature generation

Each member of group with own secret key can produce the group signature on default message on behalf of group.

  • Signature verification

Everyone who know group public key can verify the group signature.

  • Opening procedure

Only group manager with secret opener key can open who is a singer on default group signature.

group-signature-cl-scheme's People

Contributors

bohdat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

group-signature-cl-scheme's Issues

Impossible to use list with GroupMemberAPI

std::list<GroupMemberAPI> member_list ;

for( i=0; i< n_users; i++){
       GroupMemberAPI m;
       m.CreateNewMember(gpk);
       member_list.push_back(m);

}

for (auto it=member_list.begin(); it != member_list.end(); ++it){
        it.CreateJoinRequest() // raise  error: ‘struct std::_List_iterator<GroupMemberAPI>’ has no member named ‘CreateJoinRequest’

}

Everything i try to do with it gives segmentation fault.

Also, it is normal that if in the first loop if print out the m.SerializeMember() all the members are equals??

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.