We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f293a0d commit 3927859Copy full SHA for 3927859
src/crypto/bcrypt.cr
@@ -77,7 +77,7 @@ class Crypto::Bcrypt
77
# ```
78
# require "crypto/bcrypt"
79
#
80
- # password = Crypto::Bcrypt.new "secret", "0102030405060708090a0b0c0d0e0f10"
+ # password = Crypto::Bcrypt.new "secret", "CJjskaIgXR32DJYjVyNPdA=="
81
# password.digest
82
83
def self.new(password : String, salt : String, cost = DEFAULT_COST)
0 commit comments