dcrypt_common/
ntru_common.rs

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