[DSA] re-align imports
This commit is contained in:
parent
28958a6d03
commit
7f11a66d50
@ -28,14 +28,14 @@ module Crypto.PubKey.DSA
|
|||||||
, toPrivateKey
|
, toPrivateKey
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Crypto.Random.Types
|
import Crypto.Random.Types
|
||||||
import Data.Data
|
import Data.Data
|
||||||
import Data.Maybe
|
import Data.Maybe
|
||||||
import Crypto.Number.ModArithmetic (expFast, expSafe, inverse)
|
import Crypto.Number.ModArithmetic (expFast, expSafe, inverse)
|
||||||
import Crypto.Number.Serialize
|
import Crypto.Number.Serialize
|
||||||
import Crypto.Number.Generate
|
import Crypto.Number.Generate
|
||||||
import Crypto.Internal.ByteArray (ByteArrayAccess)
|
import Crypto.Internal.ByteArray (ByteArrayAccess)
|
||||||
import Crypto.Hash
|
import Crypto.Hash
|
||||||
|
|
||||||
-- | DSA Public Number, usually embedded in DSA Public Key
|
-- | DSA Public Number, usually embedded in DSA Public Key
|
||||||
type PublicNumber = Integer
|
type PublicNumber = Integer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user