Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
testScalar ∷ String → TestTree Source #
testPairing ∷ String → TestTree Source #
loadHexFile ∷ String → IO [ByteString] Source #
testVectors ∷ String → TestTree Source #
testRoundTripEither ∷ ∀ p a err. (Show p, Show err, Eq p, Eq err) ⇒ (p → a) → (a → Either err p) → p → Property Source #
newtype BigInteger Source #
Instances
Arbitrary BigInteger Source # | |
Defined in Test.Crypto.EllipticCurve arbitrary ∷ Gen BigInteger Source # shrink ∷ BigInteger → [BigInteger] Source # | |
Show BigInteger Source # | |
Defined in Test.Crypto.EllipticCurve | |
Eq BigInteger Source # | |
Defined in Test.Crypto.EllipticCurve (==) ∷ BigInteger → BigInteger → Bool Source # (/=) ∷ BigInteger → BigInteger → Bool Source # |