File: Serialization.hs

package info (click to toggle)
haskell-tls 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 916 kB
  • sloc: haskell: 12,430; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
module Network.TLS.Util.Serialization
    ( os2ip
    , i2osp
    , i2ospOf_
    ) where

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