oreparaz / p256

ECDSA P-256 signature verification in a single C file targetting embedded use
14 stars 6 forks source link

ci: test in a big endian architecture via github actions #22

Closed oreparaz closed 1 year ago

oreparaz commented 1 year ago

This adds a github action to test in a s390x (fancy!) emulated linux machine via qemu. This machine is big endian (like some HSMs). This action is a bit slow (compile and run takes about 10 mins) but seems worthy to catch endianness related bugs.

All tests pass.

Closes #9.