add internal proxy type to create witnesses
This commit is contained in:
parent
11e42a256d
commit
955f010bff
13
Crypto/Internal/Proxy.hs
Normal file
13
Crypto/Internal/Proxy.hs
Normal file
@ -0,0 +1,13 @@
|
||||
-- |
|
||||
-- Module : Crypto.Internal.Proxy
|
||||
-- License : BSD-style
|
||||
-- Maintainer : Vincent Hanquez <vincent@snarc.org>
|
||||
-- Stability : experimental
|
||||
-- Portability : Good
|
||||
--
|
||||
module Crypto.Internal.Proxy
|
||||
( Proxy(..)
|
||||
) where
|
||||
|
||||
-- | A type witness for 'a' as phantom type
|
||||
data Proxy a = Proxy
|
||||
@ -188,6 +188,7 @@ Library
|
||||
Crypto.PubKey.ElGamal
|
||||
Crypto.ECC.Simple.Types
|
||||
Crypto.ECC.Simple.Prim
|
||||
Crypto.Internal.Proxy
|
||||
Crypto.Internal.ByteArray
|
||||
Crypto.Internal.Compat
|
||||
Crypto.Internal.CompatPrim
|
||||
|
||||
Loading…
Reference in New Issue
Block a user