14 lines
312 B
Rust
14 lines
312 B
Rust
macro_rules! modinv_impls {
|
|
($sname: ident) => {
|
|
};
|
|
}
|
|
|
|
#[cfg(test)]
|
|
macro_rules! generate_modinv_tests {
|
|
($sname: ident, $tname: ident, $mname: ident) => {
|
|
};
|
|
(ignore $sname: ident, $tname: ident, $mname: ident) => {
|
|
};
|
|
(body $sname: ident, $tname: ident, $mname: ident) => {
|
|
};
|
|
} |