IntersectMBO / IntersectMBO/cardano-base
Inconsisent exports in `blst` bindings.
Open
- Dominant language
- Haskell
- Stars
- 105
- Forks
- 54
- Avg merge
- 9d 2h
- Merged PRs (30d)
- 4
Description
`Cardano.Crypto.EllipticCurve.BLS12_381.Internal` [exports](https://github.com/input-output-hk/cardano-base/blob/a344b32d97b0d0e83b773069f6a20f7e5fa67478/cardano-crypto-class/src/Cardano/Crypto/EllipticCurve/BLS12_381/Internal.hs#L147C16-L147C16) both `blsGenerator` and `blsZero`, but the main public interface in `Cardano.Crypto.EllipticCurve.BLS12_381` [exports only blsGenerator](https://github.com/input-output-hk/cardano-base/blob/a344b32d97b0d0e83b773069f6a20f7e5fa67478/cardano-crypto-class/src/Cardano/Crypto/EllipticCurve/BLS12_381.hs#L30). Perhaps it should export `blsZero` as well for consistency.
Contributor guide
Assessment
This issue has not been assessed yet.