abhedya_core/
lib.rs

1// Re-export the Math Layer (KEM)
2pub use abhedya_kem::*;
3
4// Re-export the Encoding Layer (Chhandas) as 'sanskrit' module to maintain API compatibility
5pub mod sanskrit {
6    pub use abhedya_chhandas::*;
7}