lib/std/crypto.zig | 9 + lib/std/crypto/bcrypt.zig | 401 ++++++++++++++----- lib/std/crypto/benchmark.zig | 44 +++ lib/std/crypto/phc_encoding.zig | 377 ++++++++++++++++++ lib/std/crypto/scrypt.zig | 663 ++++++++++++++++++++++++++++++++ 5 files changed, 1391 insertions(+), 103 deletions(-)