Hotp

bobcats.Hotp$
object Hotp

Attributes

Source:
Hotp.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Hotp.type

Members list

Concise view

Value members

Concrete methods

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

Attributes

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

Attributes

Source:
Hotp.scala