Hotp

object Hotp
Source:
Hotp.scala
class Object
trait Matchable
class Any
Hotp.type

Value members

Concrete methods

def generate[F[_]](key: SecretKey[SHA1.type], movingFactor: Long)(implicit F: Functor[F], H: Hmac[F]): F[Int]
Source:
Hotp.scala
def generate[F[_]](key: SecretKey[SHA1.type], movingFactor: Long, digits: Int)(implicit F: Functor[F], H: Hmac[F]): F[Int]
Source:
Hotp.scala