All Projects → gravity-postquantum → gravity-sphincs

gravity-postquantum / gravity-sphincs

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

Programming Languages

c
50402 projects - #5 most used programming language
TeX
3793 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to gravity-sphincs

prune-horst
Signature scheme submitted to NIST's Post-Quantum Cryptography Project
Stars: ✭ 23 (-65.67%)
Mutual labels:  quantum, signature, hash-functions, merkle-tree, cyber, post-quantum-cryptography
frodo
practical quantum-secure key encapsulation from generic lattices
Stars: ✭ 17 (-74.63%)
Mutual labels:  quantum, post-quantum-cryptography
SchrodingerWellPython
2D 3D Time independent FDM Schrodinger equation solver for arbitrary shape of well
Stars: ✭ 21 (-68.66%)
Mutual labels:  quantum
node-metrohash
Node.js bindings for MetroHash
Stars: ✭ 25 (-62.69%)
Mutual labels:  hash-functions
smooth-signature
H5带笔锋手写签名,支持PC端和移动端,任何前端框架均可使用
Stars: ✭ 474 (+607.46%)
Mutual labels:  signature
libra-code
quantum-dynamics-hub.github.io/libra/index.html
Stars: ✭ 33 (-50.75%)
Mutual labels:  quantum
iavl
Merkleized IAVL+ Tree implementation in Go forked from cosmos/iavl(https://github.com/cosmos/iavl)
Stars: ✭ 17 (-74.63%)
Mutual labels:  merkle-tree
unitaryhack
Rules and information for the 2021 unitaryHACK event hosted by @unitaryfund
Stars: ✭ 16 (-76.12%)
Mutual labels:  quantum
emperor-os
(new released v2.5 LTS.2022-06-25) It has focused on developing an All in One operating system for programming, designing and data science.Emperor-OS has over 500 apps and important tools
Stars: ✭ 32 (-52.24%)
Mutual labels:  quantum
Standalone-Windows-Server-STIG-Script
STIG Standalone Windows Servers to DoD STIG/SRG Requirements and NSACyber Guidance. The ultimate Windows Server security and compliance script!
Stars: ✭ 26 (-61.19%)
Mutual labels:  cyber
ipaddress
Data analysis of IP addresses and networks
Stars: ✭ 20 (-70.15%)
Mutual labels:  cyber
8Q
General Purpose 8 Qubit Optical Quantum Computer
Stars: ✭ 55 (-17.91%)
Mutual labels:  quantum
AutomatedOutlookSignature
PowerShell script to automate the creation of Outlook signatures using Active Directory attributes.
Stars: ✭ 36 (-46.27%)
Mutual labels:  signature
react-native-signview
Signature view for react native(Android + IOS)
Stars: ✭ 15 (-77.61%)
Mutual labels:  signature
haiti
🔑 Hash type identifier (CLI & lib)
Stars: ✭ 287 (+328.36%)
Mutual labels:  cyber
TrulyQuantumChess
A game of truly quantum chess, with interference, entanglement, etc.
Stars: ✭ 77 (+14.93%)
Mutual labels:  quantum
iqsharp
Microsoft's IQ# Server.
Stars: ✭ 112 (+67.16%)
Mutual labels:  quantum
libsafecrypto
WP6 of the SAFEcrypto project - a suite of lattice-based cryptographic schemes
Stars: ✭ 31 (-53.73%)
Mutual labels:  post-quantum-cryptography
sphincsplus
The SPHINCS+ reference code, accompanying the submission to NIST's Post-Quantum Cryptography project
Stars: ✭ 53 (-20.9%)
Mutual labels:  post-quantum-cryptography
Quantum-Computer-Simulator-with-Algorithms
C++ simulator of quantum registers and quantum algorithms
Stars: ✭ 15 (-77.61%)
Mutual labels:  quantum

Gravity-SPHINCS

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.

Gravity-SPHINCS 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/.

The Makefile included in the reference implementation has the following targets:

$ make
Please choose a target:
        analyze          runs static analyzers
        bench            runs speed benchmarks
        clean            cleans up
        format           formats the code using .clang-format rules

The Makefile of the debug implementation in addition provides make ivs and make check targets.

KATs

Intellectual property

Copyright notices are included in the header of each source code file. Our original source code of Gravity-SPHINCS 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 released under Apache 2.0 license.

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

Acknowledgments

Thanks to Samuel Neves for helping optimize our code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].