File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -920,12 +920,12 @@ replicateByte
920920replicateByte = BI. replicateByte
921921{-# INLINEABLE replicateByte #-}
922922
923- {-| FIXME(https://github.com/IntersectMBO/plutus-private/issues/1609):
923+ {-| Modular exponentiation primitive, as defined in CIP-0109.
924924
925925= See also
926926
927927* [Operation
928- description](https://github.com/ cardano-foundation/CIPs/tree/master /CIP-0109) -}
928+ description](https://cips. cardano.org/cip /CIP-0109) -}
929929expModInteger
930930 :: Integer
931931 -> Integer
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ modulo :: Integer -> Integer -> Integer
274274modulo = Builtins. modInteger
275275{-# INLINEABLE modulo #-}
276276
277- -- | FIXME (https://github.com/IntersectMBO/plutus-private/issues/1729)
277+ -- | Modular exponentiation, as defined in CIP-0109.
278278expMod :: Integer -> Integer -> Integer -> Integer
279279expMod = Builtins. expModInteger
280280{-# INLINEABLE expMod #-}
You can’t perform that action at this time.
0 commit comments