dcrypt_common/
mceliece_common.rs

1//! Common operations for McEliece-based cryptography
2
3// This file will contain common utilities and functions for McEliece-based cryptography
4// For now, it's a placeholder that will be expanded as we implement McEliece algorithms