Module

Yoga.Fastify.Auth.Argon2

Package
purescript-yoga-fastify
Repository
rowtype-yoga/purescript-yoga-fastify

#hashPassword Source

hashPassword :: forall opts opts_. Union opts opts_ Argon2OptionsImpl => String -> Record opts -> Aff HashedPassword

#Argon2OptionsImpl Source

type Argon2OptionsImpl :: Row Typetype Argon2OptionsImpl = (hashLength :: Int, memoryCost :: Int, parallelism :: Int, timeCost :: Int)