/prune-horst

Signature scheme submitted to NIST's Post-Quantum Cryptography Project

Primary LanguageC

PRUNE-HORST

Submission to NIST's Post-Quantum Cryptography Project, structured as per http://csrc.nist.gov/groups/ST/post-quantum-crypto/submission-requirements/digital-optical-media.html.

PRUNE-HORST is a stateless hash-based signature scheme designed by Jean-Philippe Aumasson and Guillaume Endignoux while working in Kudelski Security's research team.

Content of this submission package

Documentation

Implementations

The directory Optimized_Implementation/ contains a placeholder referring to the code under Reference_Implementation/, since our optimized implementation (as per NIST's requirements) is the same as our reference implementation.

A Makefile is included in Reference_Implementation/ and Additional_Implementations/fast, with the following functionalities:

$ make
Please choose a target:
        ivs              generates intermediate values using the fast code
        check            verifies intermediate values using the fast code
        checkref         verifies intermediate values using the reference code
        bench            runs speed benchmarks
        analyze          runs static analyzers
        format           formats the code using .clang-format rules
        cloc             counts lines of code
        clean            cleans up, except intermediate values file

Test values

Intellectual property

Copyright notices are included in the header of each source code file. Our original source code of PRUNE-HORST is copyright © 2017 Nagravision S.A., and was written by Jean-Philippe Aumasson and Guillaume Endignoux.

The fast, AES-NI-based Haraka implementation is copyright © 2016 Stefan Kölbl.

Our source code is hereby released under Apache 2.0 license.

Patent situation: We haven't filed any patent related to PRUNE-HORST nor are we aware of existing patent or patent application covering PRUNE-HORST.

Acknowledgments

Thanks to Samuel Neves for helping optimize our code.