File: Serialization.hs

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

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