https://github.com/crocs-muni/fooling-primality-tests
Artifacts for the "Fooling primality tests on smartcards" paper at ESORICS 2020
https://github.com/crocs-muni/fooling-primality-tests
diffie-hellman elliptic-curve-cryptography elliptic-curves esorics-2020 javacard smartcard
Last synced: 5 months ago
JSON representation
Artifacts for the "Fooling primality tests on smartcards" paper at ESORICS 2020
- Host: GitHub
- URL: https://github.com/crocs-muni/fooling-primality-tests
- Owner: crocs-muni
- Created: 2020-07-02T11:17:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T15:37:18.000Z (almost 6 years ago)
- Last Synced: 2025-09-10T06:17:15.363Z (10 months ago)
- Topics: diffie-hellman, elliptic-curve-cryptography, elliptic-curves, esorics-2020, javacard, smartcard
- Language: Java
- Homepage: https://crocs.fi.muni.cz/public/papers/primality_esorics20
- Size: 4.71 MB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fooling primality tests on smartcards
This repository contains data and scripts used in the [Fooling primality tests on smartcards](https://crocs.fi.muni.cz/public/papers/primality_esorics20) paper
at ESORICS 2020.
See `ec` for elliptic curve data and info. See `ff` for DH/DSA data and info. See `gen` for the generation scripts.
See `atk` for the scripts demonstrating attacks.