openssh-protocol-0.0.1: Haskell implementation of openssh protocol primitives.
Crypto.OpenSSH.Protocol.Encode
Description
OpenSSH protocol primitives as defined by https://www.ietf.org/rfc/rfc4251.txt.
text :: Text -> Put Source #
string :: ByteString -> Put Source #
uint32 :: Word32 -> Put Source #
uint64 :: Word64 -> Put Source #
mpint :: Integer -> Put Source #
time :: POSIXTime -> Put Source #
utc :: UTCTime -> Put Source #