cardano-crypto-1.3.0: test/Test/Cardano/Crypto.hs
{-# LANGUAGE OverloadedStrings #-}
module Test.Cardano.Crypto
( tests
) where
import Foundation.Check
import qualified Test.Cardano.Crypto.Encoding as Encoding
tests :: Test
tests = Group "Crypto"
[ Encoding.tests
]