botan-0.0.1.0: High-level Botan bindings
Safe HaskellNone
LanguageHaskell2010

Botan.HOTP

Documentation

type MutableHOTP = HOTP Source #

hotpAlgo :: HOTP -> HOTPHashName Source #

data HOTPCtx Source #

Constructors

HOTPCtx 

Fields

data HOTPLength Source #

Constructors

Short 
Long 

hotpGenerate :: HOTPCtx -> IO HOTPCode Source #

hotpCheck :: HOTPCtx -> HOTPCode -> IO Bool Source #

hotpCtxGenerate :: HOTPCtx -> HOTPCounter -> (HOTPCode, HOTPCtx) Source #

hotpCtxCheck :: HOTPCtx -> HOTPCode -> HOTPCounter -> Int -> (Bool, HOTPCounter) Source #