summaryrefslogtreecommitdiff
path: root/src/tommath/tommath.nim
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2018-03-12 22:44:23 +0200
committerOskari Timperi <oskari.timperi@iki.fi>2018-03-12 22:44:23 +0200
commitc14202d6e9f50987663933d8d30c80a265ee772d (patch)
tree74269be7c40ee10e0b55a826c73317a4f193ee1c /src/tommath/tommath.nim
parentd175c3c6e050df92d150019a5f783928ee1284d8 (diff)
downloadtommath-nim-c14202d6e9f50987663933d8d30c80a265ee772d.tar.gz
tommath-nim-c14202d6e9f50987663933d8d30c80a265ee772d.zip
Change names in config.nim and export consts for tomcryptHEADmaster
Diffstat (limited to 'src/tommath/tommath.nim')
-rw-r--r--src/tommath/tommath.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tommath/tommath.nim b/src/tommath/tommath.nim
index f45763c..f0a351e 100644
--- a/src/tommath/tommath.nim
+++ b/src/tommath/tommath.nim
@@ -1,4 +1,4 @@
-include private/config
+import private/config
type
mp_digit* = distinct uint32