diff options
Diffstat (limited to 'src/tommath/tommath.nim')
| -rw-r--r-- | src/tommath/tommath.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tommath/tommath.nim b/src/tommath/tommath.nim index 9287778..f45763c 100644 --- a/src/tommath/tommath.nim +++ b/src/tommath/tommath.nim @@ -1,3 +1,5 @@ +include private/config + type mp_digit* = distinct uint32 mp_word* = distinct uint64 |
