Commit c2f98dd
authored
Use intops-powered Stint and bncurve, introduce intops a new dependency (#3956)
* Deps: Add intops as a new dependency, use stint and bncurve forks that use intops.
* Bump copyright year.
* Update stint and bncurve dependencies to point to the status-im version, not forks.
The forks have been merged to the upstream repos, so this is no longer
needed.
- status-im/nim-stint#170
- status-im/nim-bncurve#16
* Update stint and bncurve submodules.
* Replace tabs with spaces.1 parent 97262b6 commit c2f98dd
File tree
5 files changed
+11
-4
lines changed- vendor
5 files changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
Submodule nim-intops added at 2d1bf3c
- .github/workflows/docs.yml+19
- .gitignore+7
- README.md+11-15
- book/book.toml+16
- book/src/SUMMARY.md+5
- book/src/contrib.md+108
- book/src/examples.md+400
- book/src/quickstart.md+175
- helpers/prng_unsafe.nim+2-2
- stint.nimble+11
- stint/endians2.nim+19-13
- stint/int_modarith.nim+4-4
- stint/intops.nim+67-58
- stint/io.nim+56-29
- stint/literals_stint.nim+1-1
- stint/modular_arithmetic.nim+10-8
- stint/private/datatypes.nim+17-16
- stint/private/primitives/addcarry_subborrow.nim-189
- stint/private/primitives/compiletime_fallback.nim-154
- stint/private/primitives/extended_precision.nim-196
- stint/private/primitives/extended_precision_64bit_uint128.nim-99
- stint/private/primitives/extended_precision_x86_64_gcc.nim-55
- stint/private/primitives/extended_precision_x86_64_msvc.nim-77
- stint/private/uint_addsub.nim+16-15
- stint/private/uint_bitwise.nim+4-4
- stint/private/uint_div.nim+40-81
- stint/private/uint_mul.nim+18-16
- stint/private/uint_shift.nim+27-27
- stint/uintops.nim+41-40
- tests/internal_uint_div.nim+1-1
- tests/test_bugfix.nim+13
0 commit comments