{-|
  Module      : OpenDHT.Certificate
  Description : Bindings for the OpenDHT Certificate
  Copyright   : (c) Simon Désaulniers, 2025
  License     : GPL-3

  Maintainer  : sim.desaulniers@gmail.com
-}

module OpenDHT.Certificate ( Certificate
                           ) where

import Data.ByteString

type Certificate = ByteString

--  vim: set sts=2 ts=2 sw=2 tw=120 et :