Lines Matching full:functions
8 SLH_DSA Parameters & Functions
12 There are constants related to these, as well as there being a group of functions
17 OpenSSL will have 12 different key managers and 12 corresponding signature functions.
20 There are 7 hash functions used. The algorithms using SHAKE have a much simpler
21 set of 7 functions as they just use SHAKE-256 XOF (Even for the SHAKE-128 names).
23 There are 2 sets of functions for the SHA2 case.
25 Some of the hash functions use an ADRS object. This is 32 bytes for SHAKE algorithms
26 and 22 bytes for SHA2. Because SHA2 used a compressed format the ADRS functions are
29 There are many functions required to implement the sign and verify paths, which include
30 Merkle trees and WOTS+. The different functions normally call one of 2 of the
31 7 hash functions, as well as calling ADRS functions to pass to the HASH functions.
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.
38 This SLH_DSA_HASH_CTX is then passed to all functions. This context is allocated in the
119 There are many functions pass buffers of size `n` Where n is one of 16,24,32
129 As the security of SLH-DSA depends only on hash functions, we do not foresee