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

import Crypto.Number.Serialize (os2ip, i2osp, i2ospOf_)