Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guilhemn/masksign-plover
https://github.com/guilhemn/masksign-plover
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/guilhemn/masksign-plover
- Owner: GuilhemN
- Created: 2024-02-28T10:06:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-28T15:36:40.000Z (11 months ago)
- Last Synced: 2024-11-17T11:40:53.195Z (2 months ago)
- Language: C
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implementations and parameter selection of Plover, a Masking-friendly hash-and-sign lattice
signature
============================================This repository includes C and Python implementations of Plover-RLWE and Plover-NTRU,
along with Python scripts in the folder `params` to perform their parameter selection.Plover was introduced in
> Muhammed Esgin, Thomas Espitau, Guilhem Niot, Thomas Prest, Amin
Sakzad, and Ron Steinfeld. Plover: Masking-friendly hash-and-sign lattice
signatures. In EUROCRYPT, 2024.Note that a large part of the codebase is reused from [the
reference implementations of the NIST Additional Signature candidate Raccoon](https://github.com/masksign/raccoon).