Hmac

sealed trait Hmac[F[_]]
Companion:
object
Source:
Hmac.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def generateKey[A <: HmacAlgorithm](algorithm: A): F[SecretKey[A]]
Source:
Hmac.scala
def importKey[A <: HmacAlgorithm](key: ByteVector, algorithm: A): F[SecretKey[A]]
Source:
Hmac.scala

Inherited methods

Inherited from:
HmacPlatform (hidden)
Source:
HmacPlatform.scala