module Network.TLS.Util.Serialization
    ( os2ip
    , i2osp
    ) where

import Crypto.Number.Serialize (os2ip, i2osp)