Lines Matching +full:pre +full:- +full:stored
1 SLH-DSA Design
4 This document covers OpenSSL specific SLH-DSA implementation details.
5 FIPS 205 clearly states most of the requirements of SLH-DSA and has comprehensive
9 ------------------------------
18 The names used are of the form "SLH-DSA-SHA2-128s" and "SLH-DSA-SHAKE-128f".
21 set of 7 functions as they just use SHAKE-256 XOF (Even for the SHAKE-128 names).
34 stored within the SLH_DSA_KEY. This contains the HASH functions,
35 the ADRS functions, and the parameter constants. It also contains pre fetched algorithms.
41 SLH-DSA keys
42 ------------
44 SLH-DSA keys have 2 elements of size `n` for both the public and private keys.
65 In OpenSSL these components are stored separately, so there must always be a
74 Pure vs Pre Hashed Signature Generation
75 ----------------------------------------
77 The normal signing process (called Pure SLH-DSA Signature Generation)
84 Pre Hash SLH-DSA Signature Generation encodes the message as
93 Currently we do not support the Pre Hash variant as this does not sit well with the
97 -------------
99 As only the one-shot implementation is required and the message is not digested
106 ----------------------------
117 -------
127 ----------------------------
129 As the security of SLH-DSA depends only on hash functions, we do not foresee