Giter VIP home page Giter VIP logo

filter-aba_pqc's Introduction

filter-ABA_pqc

This repository is an implementation of an extended version of our ISPEC paper: Yohei Watanabe, Naoto Yanai, Junji Shikata: IoT-REX: A Secure Remote-Control System for IoT Devices from Centralized Multi-designated Verifier Signatures. ISPEC 2023: 105-122. https://link.springer.com/chapter/10.1007/978-981-99-7032-2_7

The main parts of our code is with the Dilithium2 signatures. We also release the code with Falcon-512.

List of Pre-installed libraries

  1. Vacuum filter (https://github.com/wuwuz/Vacuum-Filter)
  2. liboqs library (https://github.com/open-quantum-safe/liboqs) version 0.9.0
  3. libsodium library (https://libsodium.gitbook.io/doc/) version 1.0.18-stable

Install liboqs library

Recommend to build the liboqs library by the following command:

  1. git clone --single-branch https://github.com/open-quantum-safe/liboqs.git
  2. cd liboqs/
  3. mkdir build
  4. cd build
  5. cmake -DOQS_USE_OPENSSL=0 ..
  6. make all
  7. sudo make install

How to compile and execute

  1. type git clone https://github.com/wuwuz/Vacuum-Filter.
  2. Relace test.cpp and ``makefile" in Vacuumfilter with the file in this repository.
  3. Put trivial.cpp in the same repository.
  4. make test for the generic construction or make trivial for the trivial construction
  5. make falcon for the generic construction with Falcon-512.

Direct complile option from the liboqs library

gcc example_sig.c -loqs -lpthread -lm

Execute Anonymous Broadcast Authentication

  1. Type gcc aba-weak.c -lcrypto -lm on aba-weak.c
  2. Run an executable file output by gcc

filter-aba_pqc's People

Contributors

naotoyanai avatar

Watchers

 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.