cardano-base
cardano-base copied to clipboard
Inconsisent exports in `blst` bindings.
trafficstars
Cardano.Crypto.EllipticCurve.BLS12_381.Internal exports both blsGenerator and blsZero, but the main public interface in Cardano.Crypto.EllipticCurve.BLS12_381 exports only blsGenerator. Perhaps it should export blsZero as well for consistency.
@iquerejeta I suspect that blsZero is a safe binding to export, should it be a part of public API?