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"
- Host: GitHub
- URL: https://github.com/tell/note-on-subgroup-security
- Owner: tell
- License: mit
- Created: 2018-03-21T01:20:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T22:37:12.000Z (about 6 years ago)
- Last Synced: 2025-01-21T21:30:58.731Z (over 1 year ago)
- Topics: cryptography, pairing, subgroup-security
- Language: Python
- Homepage: https://doi.org/10.1145/3197507.3197514
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demonstration of "A Note on Subgroup Security in Pairing-Based Cryptography"
[](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.