CryptoRawBytesOperations

fmgp.crypto.CryptoRawBytesOperations

Raw crypto operations for raw bytes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def signBytes(key: PrivateKey, payload: Array[Byte]): IO[CryptoFailed, Array[Byte]]
def verifyBytes(key: PublicKey, payload: Array[Byte], signature: Array[Byte]): IO[CryptoFailed, Boolean]