// ============================================================ // // modSqrt.h // // Copyright 2002, Dennis Meilicke and Rene Peralta // // ============================================================ // // Description: // // Default ModSqrt (Modular Square Root) declaration. // // ============================================================ // // Functions: // ModSqrt // // ============================================================ #ifndef __nttlHeader_modSqrt__ #define __nttlHeader_modSqrt__ #include #endif // __nttlHeader_modSqrt__