https://github.com/tell/security-analysis-plos-one-2016
A demonstration of a verification script
https://github.com/tell/security-analysis-plos-one-2016
cryptanalysis cryptography finite-field-discrete-logarithm pairing pairing-reduction
Last synced: 2 months ago
JSON representation
A demonstration of a verification script
- Host: GitHub
- URL: https://github.com/tell/security-analysis-plos-one-2016
- Owner: tell
- License: mit
- Created: 2019-02-23T14:20:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T15:27:57.000Z (about 5 years ago)
- Last Synced: 2025-01-21T21:30:39.075Z (4 months ago)
- Topics: cryptanalysis, cryptography, finite-field-discrete-logarithm, pairing, pairing-reduction
- Language: Makefile
- Homepage: https://doi.org/10.1371/journal.pone.0212310
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo of Verification Script
[](https://travis-ci.org/tell/security-analysis-plos-one-2016)
This is a demonstration of a verification script presented by ["Security analysis of elliptic curves with embedding degree 1 proposed in PLOS ONE 2016"](https://doi.org/10.1371/journal.pone.0212310).
All results are available at [Travis CI](https://travis-ci.org/tell/security-analysis-plos-one-2016).# Citation Information
When you refer our paper and this demonstration, please use a bibtex enctry below.
```
@Article{PLOSONE_0212310_Teruya,
author = {Tadanori Teruya},
title = {Security analysis of elliptic curves with embedding degree 1 proposed in {PLOS} {ONE} 2016},
journal = {PLOS ONE},
year = {2019},
volume = {14},
number = {2},
pages = {1-11},
month = {February},
doi = {10.1371/journal.pone.0212310},
url = {https://doi.org/10.1371/journal.pone.0212310},
}
```# 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.