[ECC] fix compilation of missing numBits
This commit is contained in:
parent
b63dc38c49
commit
c94df41f02
@ -28,6 +28,7 @@ module Crypto.PubKey.ECC.Types
|
||||
|
||||
import Data.Data
|
||||
import Crypto.Internal.Imports
|
||||
import Crypto.Number.Basic (numBits)
|
||||
|
||||
-- | Define either a binary curve or a prime curve.
|
||||
data Curve = CurveF2m CurveBinary -- ^ 𝔽(2^m)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user