Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring back c-sources: cbits/blst_util.c (#412)
In #255 we somehow removed the ``` c-sources: cbits/blst_util.c ``` from the library. This included the symbol: `size_blst_p1`, which _is_ used in `cardano-crypto-class` 😱 . E.g. https://github.com/input-output-hk/cardano-base/blob/e48f2ec561713f7a0863e58e34004b8099079cab/cardano-crypto-class/src/Cardano/Crypto/EllipticCurve/BLS12_381/Internal.hs#L372 And thus we now run into undefined symbols issues 🤯
- Loading branch information