Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
crypton Crypto.PubKey.ECC.Types Define a point on a curve.
Point :: Integer -> Integer -> Pointcrypton Crypto.PubKey.ECC.Types No documentation available.
-
crypton Crypto.PubKey.ECC.Types Point at Infinity
-
crypton Crypto.PubKey.ECC.Types ECC Private Number
-
crypton Crypto.PubKey.ECC.Types ECC Public Point
type
PrivateKey curve = Scalar curvecrypton Crypto.PubKey.ECDSA ECDSA Private Key.
type
PublicKey curve = Point curvecrypton Crypto.PubKey.ECDSA ECDSA Public Key.
-
crypton Crypto.PubKey.Ed25519 An Ed25519 public key
-
crypton Crypto.PubKey.Ed448 An Ed448 public key
-
crypton Crypto.PubKey.EdDSA An EdDSA public key