You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, there's a patch hannesm@5c46f2c to also use the 32bit tables (otherwise compilation fails with "Cannot use 32-bit tables on a 64-bit architecture".
It may be useful to do some printf debugging here. The OCaml side for a DKML-windows-64bit assumes word_size being 64 bit, the C side assumes 32 - this may be an issue!?
Once address, in ci/build-test.sh the mirage-crypto-ec package can be added to the packages_TOPOLOGICALSORT.
The text was updated successfully, but these errors were encountered:
On DKML windows, the mirage-crypto-ec bits and pieces may build, but do not succeed the test cases.
They use the 32bit fiat-crypto implementations due to unavailability of 128bit integers on windows (see #137 (comment), patch merged at 839558e#diff-9616d1c991b5ef59f4bdb173cb3e439bdaf24a6088fb4e91b6a66ea0e29e5bf9).
Now, there's a patch hannesm@5c46f2c to also use the 32bit tables (otherwise compilation fails with "Cannot use 32-bit tables on a 64-bit architecture".
Even with that patch included, the tests fail:
It is not entirely clear to me, why, though. The assetion in question:
It may be useful to do some printf debugging here. The OCaml side for a DKML-windows-64bit assumes word_size being 64 bit, the C side assumes 32 - this may be an issue!?
Once address, in ci/build-test.sh the
mirage-crypto-ec
package can be added to thepackages_TOPOLOGICALSORT
.The text was updated successfully, but these errors were encountered: