Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/crypto/bcrypt/base64.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "../bcrypt"

# :nodoc:
module Crypto::Bcrypt::Base64
ALPHABET = "./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
1 change: 1 addition & 0 deletions src/crypto/bcrypt/blowfish.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "../bcrypt"
require "../blowfish"

# :nodoc:

1 comment on commit 31562ca

@asterite
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Please sign in to comment.