Closed 0xTim closed 6 years ago
You can also export only BCrypt
@Joannis BCrypt isn't its own module now and is inside the Crypto module
@0xTim I'm aware.
@exported import class Crypto.BCryptHasher
would work
@0xTim this should follow the pattern of other packages and do all exports in a top-level Exports.swift
file.
@tanner0101 updated
thanks!
Hey @0xTim, you just merged a pull request, have a coin!
You now have 6 coins.
Export Crypto in Authentication so using things like the BCryptDigest for setting up a password verifier don't require an
import Crypto