Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
type MutableHOTP = HOTP Source #
type HOTPKey = ByteString Source #
HOTPCtx | |
|
data HOTPLength Source #
hotpLength :: HOTPLength -> Int Source #
newHOTP :: HOTP -> HOTPLength -> Int -> ByteString -> IO HOTPCtx Source #
hotpGenerate :: HOTPCtx -> IO HOTPCode Source #
hotpCtxInit :: ByteString -> ByteString -> Int -> IO HOTPCtx Source #
hotpCtxGenerate :: HOTPCtx -> HOTPCounter -> (HOTPCode, HOTPCtx) Source #