Expose internal invmod and int_exponent_mod with more consistent naming

This commit is contained in:
Ed Yu
2024-03-12 11:01:09 -07:00
parent d6353daf91
commit dd74a57c44
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -2047,6 +2047,7 @@ internal_int_inverse_modulo :: proc(dest, a, b: ^Int, allocator := context.alloc
return _private_inverse_modulo(dest, a, b)
}
internal_int_invmod :: internal_int_inverse_modulo
internal_invmod :: proc{ internal_int_inverse_modulo, }
/*