From c14202d6e9f50987663933d8d30c80a265ee772d Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Mon, 12 Mar 2018 22:44:23 +0200 Subject: Change names in config.nim and export consts for tomcrypt --- src/tommath/tommath.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tommath/tommath.nim') 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 -- cgit v1.2.3