MessageAuth

tsec.mac.MessageAuth
trait MessageAuth[F[_], A, K[_]]

Attributes

Source
MessageAuth.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Attributes

Source
MessageAuth.scala
def sign(in: Array[Byte], key: K[A]): F[Type[A]]

Attributes

Source
MessageAuth.scala
def verifyBool(in: Array[Byte], hashed: Type[A], key: K[A]): F[Boolean]

Attributes

Source
MessageAuth.scala

Concrete methods

def verify(in: Array[Byte], hashed: Type[A], key: K[A])(implicit F: Functor[F]): F[VerificationStatus]

Attributes

Source
MessageAuth.scala