facb527c7c
* Add state destroy to SHA2 API * Include optimized SPHINCS+ implementations I've generated new implementations from the sphincsplus repository. * Don't destroy sha256ctx after finalize * Attempt to shut up MSVC * Make sure to drop errors in rmtree
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
name: SPHINCS+
|
|
type: signature
|
|
claimed-nist-level: 3
|
|
length-public-key: 48
|
|
length-secret-key: 96
|
|
length-signature: 35664
|
|
testvectors-sha256: 28a3b10cfcd0bd8b2b9789f7ceb86f764b3be5f22aacad9d66b51d76077d8bc0
|
|
nistkat-sha256: 1d32cab46df0d4e6678a06a9eae7b187c80eaedf56b1e7d221035d7c6f08ef06
|
|
principal-submitters:
|
|
- Andreas Hülsing
|
|
auxiliary-submitters:
|
|
- Jean-Philippe Aumasson
|
|
- Daniel J. Bernstein,
|
|
- Christoph Dobraunig
|
|
- Maria Eichlseder
|
|
- Scott Fluhrer
|
|
- Stefan-Lukas Gazdag
|
|
- Panos Kampanakis
|
|
- Stefan Kölbl
|
|
- Tanja Lange
|
|
- Martin M. Lauridsen
|
|
- Florian Mendel
|
|
- Ruben Niederhagen
|
|
- Christian Rechberger
|
|
- Joost Rijneveld
|
|
- Peter Schwabe
|
|
implementations:
|
|
- name: clean
|
|
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
|
|
- name: aesni
|
|
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
|
|
supported_platforms:
|
|
- architecture: x86_64
|
|
required_flags:
|
|
- aes
|