Crypto

bobcats.Crypto
See theCrypto companion trait
object Crypto

Attributes

Companion
trait
Source
Crypto.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Crypto.type

Members list

Value members

Concrete methods

def apply[F[_]](implicit crypto: Crypto[F]): crypto.type

Attributes

Source
Crypto.scala

Inherited methods

def forAsync[F[_] : Async]: Resource[F, Crypto[F]]

Attributes

Inherited from:
CryptoCompanionPlatform (hidden)
Source
CryptoPlatform.scala
def forSync[F[_]](implicit F: Sync[F]): Resource[F, Crypto[F]]

Attributes

Inherited from:
CryptoCompanionPlatform (hidden)
Source
CryptoPlatform.scala