mirror of https://github.com/voidlizard/hbs2
Drop unused imports in EncryptionHandshake
This commit is contained in:
parent
56537f0b68
commit
03ccf9b088
|
@ -4,10 +4,8 @@
|
||||||
module HBS2.Net.Proto.EncryptionHandshake where
|
module HBS2.Net.Proto.EncryptionHandshake where
|
||||||
|
|
||||||
import HBS2.Actors.Peer
|
import HBS2.Actors.Peer
|
||||||
import HBS2.Base58
|
|
||||||
import HBS2.Clock
|
import HBS2.Clock
|
||||||
import HBS2.Data.Types
|
import HBS2.Data.Types
|
||||||
import HBS2.Events
|
|
||||||
import HBS2.Net.Auth.Credentials
|
import HBS2.Net.Auth.Credentials
|
||||||
import HBS2.Net.Proto
|
import HBS2.Net.Proto
|
||||||
import HBS2.Net.Proto.Peer
|
import HBS2.Net.Proto.Peer
|
||||||
|
@ -15,16 +13,10 @@ import HBS2.Net.Proto.Sessions
|
||||||
import HBS2.Prelude.Plated
|
import HBS2.Prelude.Plated
|
||||||
import HBS2.System.Logger.Simple
|
import HBS2.System.Logger.Simple
|
||||||
|
|
||||||
import Codec.Serialise()
|
|
||||||
import Control.Monad
|
|
||||||
import Crypto.Saltine.Class qualified as Crypto
|
|
||||||
import Crypto.Saltine.Core.Box qualified as Encrypt
|
import Crypto.Saltine.Core.Box qualified as Encrypt
|
||||||
import Data.ByteString qualified as BS
|
import Data.ByteString qualified as BS
|
||||||
import Data.Hashable
|
|
||||||
import Data.Maybe
|
|
||||||
import Data.String.Conversions (cs)
|
import Data.String.Conversions (cs)
|
||||||
import Lens.Micro.Platform
|
import Lens.Micro.Platform
|
||||||
import Type.Reflection (someTypeRep)
|
|
||||||
|
|
||||||
instance
|
instance
|
||||||
( Show (PubKey 'Encrypt (Encryption e))
|
( Show (PubKey 'Encrypt (Encryption e))
|
||||||
|
|
Loading…
Reference in New Issue