From c007f75d9650af16f8fa7299727b62311cecc338 Mon Sep 17 00:00:00 2001 From: copiousfreetime Date: Sat, 3 Feb 2024 17:20:49 -0700 Subject: [PATCH] update manifest --- Manifest.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Manifest.txt b/Manifest.txt index 2d05b8f..2b81da7 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -8,6 +8,7 @@ bin/htdigest-ruby bin/htpasswd-ruby lib/htauth.rb lib/htauth/algorithm.rb +lib/htauth/argon2.rb lib/htauth/bcrypt.rb lib/htauth/cli.rb lib/htauth/cli/digest.rb @@ -27,6 +28,7 @@ lib/htauth/plaintext.rb lib/htauth/sha1.rb lib/htauth/version.rb spec/algorithm_spec.rb +spec/argon2_spec.rb spec/bcrypt_spec.rb spec/cli/digest_spec.rb spec/cli/passwd_spec.rb