Hmac

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

Value members

Abstract methods

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

Inherited methods

Inherited from:
HmacPlatform