aboutsummaryrefslogtreecommitdiff
path: root/core/math/big/private.odin
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2021-08-31 16:43:07 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2021-09-01 19:13:47 +0200
commit65a15e9c060d74bc3a7977c8c3329ec43dc810b2 (patch)
tree012c4e36e098b0e964e4817c16e70eb5785f9005 /core/math/big/private.odin
parentc3a70ac277494b70e86578f1ce31923a0ca8d2c8 (diff)
big: Add `internal_int_exponent_mod`.
Diffstat (limited to 'core/math/big/private.odin')
-rw-r--r--core/math/big/private.odin3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/math/big/private.odin b/core/math/big/private.odin
index d71946ce2..7e839337f 100644
--- a/core/math/big/private.odin
+++ b/core/math/big/private.odin
@@ -1,5 +1,3 @@
-package math_big
-
/*
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
Made available under Odin's BSD-3 license.
@@ -17,6 +15,7 @@ package math_big
These aren't exported for the same reasons.
*/
+package math_big
import "core:intrinsics"
import "core:mem"