1// Copyright (c) 2026-present Thomas <tom@unebaguette.fr> 2// SPDX-License-Identifier: MIT OR Apache-2.0 3 4mldsa_core::impl_mldsa_variant!(MlDsa65, 32, 4032, 1952, 3309); 5mldsa_core::wasm_mldsa!(); 6mldsa_core::test_mldsa!();