cardano-base icon indicating copy to clipboard operation
cardano-base copied to clipboard

Inconsisent exports in `blst` bindings.

Open kwxm opened this issue 2 years ago • 1 comments
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.

kwxm avatar Jun 26 '23 04:06 kwxm

@iquerejeta I suspect that blsZero is a safe binding to export, should it be a part of public API?

lehins avatar Jun 28 '23 08:06 lehins