An open API service indexing awesome lists of open source software.

https://github.com/tell/note-on-subgroup-security

This is a demonstration of "A Note on Subgroup Security in Pairing-Based Cryptography"
https://github.com/tell/note-on-subgroup-security

cryptography pairing subgroup-security

Last synced: over 1 year ago
JSON representation

This is a demonstration of "A Note on Subgroup Security in Pairing-Based Cryptography"

Awesome Lists containing this project

README

          

# Demonstration of "A Note on Subgroup Security in Pairing-Based Cryptography"

[![Build Status](https://travis-ci.org/tell/note-on-subgroup-security.svg?branch=master)](https://travis-ci.org/tell/note-on-subgroup-security/)

For the details, see a [paper](https://doi.org/10.1145/3197507.3197514).
When you refer to this implementation, please use [this citation](https://dblp.uni-trier.de/rec/bibtex/conf/ccs/Teruya18).

# How to Use

First of all, Sage 8.0 or later is required. Then:

```
$ make
```

# License

[MIT License](https://opensource.org/licenses/MIT)

# Acknowledgment

We thank developers of [sagemath/docker-images](https://github.com/sagemath/docker-images) for providing a container of SageMath.