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