# @file slh_params.py
# @version 1.1.0 (2026-02-15T08:23Z)
# @author David Ireland <https://di-mgt.com.au/contact>
# @copyright 2023-26 DI Management Services Pty Ltd
# @license Apache-2.0
"""Params namedtupes for SLH-DSA"""
import collections
params = collections.namedtuple('params', ('name', 'n', 'h', 'd', 'a', 'k', 'lgw', 'm', 'compr', 'H_msg', 'PRF', 'PRF_msg', 'F', 'H', 'T_len'))