Commit graph

13 commits

Author SHA1 Message Date
ee7
8cb8720b56 Fix error with styleCheck
Before this commit, running `nim c --styleCheck:error` on a file
that imports the `uuids` package would produce an error on Windows.

`WINBOOL` is defined here:
52cf728001/lib/windows/winlean.nim (L33)

Fixes: #5
2021-01-15 17:07:13 +07:00
Giovanni
c5039c1cc6 fixed nimble check and compatibility with new nim compiler (strings can't be nil) 2018-09-05 15:00:33 +07:00
Ruslan Mustakov
2ff415fb2b Update isaac dependency 2017-11-22 16:53:53 +07:00
Ruslan Mustakov
57396065ce Fix for latest Nim 2017-11-01 19:53:09 +01:00
Ruslan Mustakov
78fadcb469 Expose mostSigBits and leastSigBits 2017-06-18 22:37:13 +07:00
Ruslan Mustakov
c58d9474ee Implement own parseHexInt
stdlib version allows some non-hex characters and doesn't work
with long numbers on 32-bit platforms
2017-06-18 22:24:57 +07:00
Ruslan Mustakov
654e32c43e Up version to 0.1.5 2017-03-13 13:52:15 +07:00
Anatoly Galiulin
ff5d895688 Fix `isaac` dependency 2017-03-13 13:49:25 +07:00
Ruslan Mustakov
cc0f61aa39 Bumped version to v0.1.4 2016-11-30 18:33:33 +07:00
Ruslan Mustakov
f6d0227369 Fixed headers for urandom on Windows 2016-11-30 15:50:54 +07:00
Ruslan Mustakov
c6783039ac Added isZero proc 2016-10-23 20:51:22 +07:00
Ruslan Mustakov
5f31daada2 Use ISAAC 2016-09-16 01:36:19 +07:00
Ruslan Mustakov
3951521a16 First version 2016-09-15 20:35:01 +07:00