status-im / nim-blscurve

Nim implementation of BLS signature scheme (Boneh-Lynn-Shacham) over Barreto-Lynn-Scott (BLS) curve BLS12-381
Apache License 2.0
26 stars 11 forks source link

Github Actions CI + Travis PowerPC #83

Closed mratsim closed 4 years ago

mratsim commented 4 years ago

We need tests on 32-bit platforms to ensure the Miracl fallback is working fine.

Unfortunately we have 2 issues with the Azure CI right now.

  1. Azure has OpenSSL issues, which are hopefully addressed by https://github.com/status-im/nim-blscurve/pull/82
  2. Azure wait times are very long image

This also adds PowerPC (Little Endian only) to Travis CI