jangko
|
e374311f70
|
add custom literal feature
|
2023-07-07 13:22:22 +07:00 |
jangko
|
e99bc7ff89
|
add signed int modular arithmetic and tests
|
2023-06-20 21:38:02 +07:00 |
jangko
|
747978e1e5
|
fix misleading comments
|
2023-06-15 14:08:27 +07:00 |
jangko
|
1657d841e7
|
cleanup some code
|
2023-06-14 08:06:44 +07:00 |
jangko
|
0dc6afe9d4
|
let the tests compileable and run
|
2023-06-12 21:07:15 +07:00 |
jangko
|
63a32129c8
|
rebase and try to make it works with clients
|
2023-06-12 20:26:36 +07:00 |
Mamy Ratsimbazafy
|
c2ed8a4bc2
|
stash div refactor
|
2023-06-12 17:11:09 +07:00 |
Mamy André-Ratsimbazafy
|
7f6c588ce3
|
Passing addition tests (however simple bitwise ops crash the int128 VM ... during compilation)
|
2023-06-12 17:08:20 +07:00 |
Kim De Mey
|
e656ad40d1
|
Enable --styleCheck:usages (#118)
|
2022-02-24 20:09:53 +01:00 |
Jacek Sieka
|
c5247e9d88
|
stew updates (#82)
* simplify int api (fixes #68)
* implement endians api
* implement some more bitops
|
2019-07-22 09:53:58 +02:00 |
Jacek Sieka
|
edb1ade373
|
add a few more overloads for calculating bitset size (for eth-bloom)
|
2018-11-07 09:18:25 -06:00 |
Mamy Ratsimbazafy
|
7707a4b40f
|
Add overloads for literals only (#50)
|
2018-05-31 14:31:27 +02:00 |
Mamy Ratsimbazafy
|
f2d0eab153
|
Modular arithmetic (#47)
* Add isEven and isOdd functions
* Add modular add, mul, sub pow fixes #18
|
2018-05-16 10:41:46 +02:00 |
Yuriy Glukhov
|
ad09fe3a94
|
Corrected package structure
|
2018-05-08 17:42:42 +03:00 |