@@ -41,15 +41,15 @@ The following table shows the mapping between the RFC and the library naming inc
4141
4242| RFC Naming | Library Naming | Meaning |
4343| ------------| ----------------------| -----------------------------------------------------------|
44- | I | lms_tree_identifier | 16-byte random value to identify a single LMS tree |
45- | q | lms_leaf_identifier | 4-byte value to identify all leafs in a single LMS tree |
46- | C | signature_randomizer | 32-byte random value added to every signature |
47- | Q | message_hash | Output of hashed message together with I, q, D_MESG and C |
48- | y | signature_data | The actual data of the signature |
49- | p | hash_chain_count | The number of hash chains for a certain W parameter |
50- | ls | checksum_left_shift | How many bits the checksum is shifted into the coef-value |
51- | n | hash_function_output_size | Number of bytes that the lm_ots hash functions generates |
52- | m | hash_function_output_size | Number of bytes that the lms hash functions generates |
44+ | I | lms_tree_identifier | 16-byte random value to identify a single LMS tree |
45+ | q | lms_leaf_identifier | 4-byte value to identify all leafs in a single LMS tree |
46+ | C | signature_randomizer | 32-byte random value added to every signature |
47+ | Q | message_hash | Output of hashed message together with I, q, D_MESG and C |
48+ | y | signature_data | The actual data of the signature |
49+ | p | num_winternitz_chains | The number of hash chains for a certain W parameter |
50+ | ls | checksum_left_shift | How many bits the checksum is shifted into the coef-value |
51+ | n | hash_function_output_size | Number of bytes that the lm_ots hash functions generates |
52+ | m | hash_function_output_size | Number of bytes that the lms hash functions generates |
5353
5454## Minimum Supported Rust Version
5555The crate in this repository supports Rust ** 1.63** or higher.
0 commit comments