Bcrypt.crypt

Hash password and write full crypt(3) string or just encoded digest to an output range

struct Bcrypt
static
void
crypt
(
Out
)
(
const(char)[] password
,
ref Out output
,,
Flag!"writeSalt" write_salt = Yes.writeSalt
)
if (
isOutputRange!(Out, char)
)

Meta