commit 2ddadbbab11e09c88e310e30a6bcb03459b39ba3
parent 518844359911568d2eef0128761877ee7ae0b960
Author: Drew DeVault <sir@cmpwn.com>
Date: Sun, 1 May 2022 09:16:33 +0200
crypto::bcrypt: remove debug imports
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/crypto/bcrypt/base64.ha b/crypto/bcrypt/base64.ha
@@ -8,8 +8,6 @@ use bufio;
use encoding::base64;
use errors;
use io;
-use fmt; // XXX: TEMP
-use strings;
const alpha: str = "./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
const b64encoding: base64::encoding = base64::encoding { ... };