diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2018-03-12 22:44:23 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2018-03-12 22:44:23 +0200 |
| commit | c14202d6e9f50987663933d8d30c80a265ee772d (patch) | |
| tree | 74269be7c40ee10e0b55a826c73317a4f193ee1c /src/tommath/tommath.nim | |
| parent | d175c3c6e050df92d150019a5f783928ee1284d8 (diff) | |
| download | tommath-nim-c14202d6e9f50987663933d8d30c80a265ee772d.tar.gz tommath-nim-c14202d6e9f50987663933d8d30c80a265ee772d.zip | |
Diffstat (limited to 'src/tommath/tommath.nim')
| -rw-r--r-- | src/tommath/tommath.nim | 2 |
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 |
