We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8c255 commit 1783b8fCopy full SHA for 1783b8f
cardano-crypto-class/src/Cardano/Crypto/EllipticCurve/BLS12_381/Internal.hs
@@ -1023,9 +1023,9 @@ blsMSM ss ps = unsafePerformIO $ do
1023
-- -- If there is only one point, we refert to blsMult function
1024
-- -- The blst_mult_pippenger C call will also not work for
1025
-- -- this case on windows builds.
1026
- -- [(scalar, pt)] -> do
1027
- -- i <- scalarToInteger scalar
1028
- -- return (blsMult pt i)
+ [(scalar, pt)] -> do
+ i <- scalarToInteger scalar
+ return (blsMult pt i)
1029
_ -> do
1030
let (scalars, points) = unzip filteredPoints
1031
numPoints = length points
0 commit comments