PlatformSpecificOperations

fmgp.crypto.PlatformSpecificOperations

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def sign(key: PrivateKey, payload: Array[Byte]): IO[CurveError, SignedMessage]
def verify(key: PublicKey, jwm: SignedMessage): UIO[Boolean]