nim-stint/stint
Mamy Ratsimbazafy 184e22b659
Compile-time creation of Uint (#53)
* Start on allowing compile-time stint. Works for Uint256

* remove and reorder initUintImpl, zero and one procs

* Fix assignation of uint64 to 2xuint32, remove unsafeConv and use const for base/radix

* assign_least_significant_words shouldn't implicitly capture result

* Simplify least significant words macros
2018-06-16 18:54:40 +02:00
..
private Compile-time creation of Uint (#53) 2018-06-16 18:54:40 +02:00
int_public.nim Modular arithmetic (#47) 2018-05-16 10:41:46 +02:00
io.nim Compile-time creation of Uint (#53) 2018-06-16 18:54:40 +02:00
lenient_stint.nim lenient_stint, typo stuint vs stint in signed conversion 2018-06-14 18:42:58 +02:00
literals_stint.nim Add overloads for literals only (#50) 2018-05-31 14:31:27 +02:00
modular_arithmetic.nim Modular arithmetic (#47) 2018-05-16 10:41:46 +02:00
uint_public.nim Compile-time creation of Uint (#53) 2018-06-16 18:54:40 +02:00