Sha256: a02ce29a900a94698bd43b31d1eb350566b23f4809e8e7d987cc8098113989f5
Contents?: true
Size: 548 Bytes
Versions: 2
Compression:
Stored size: 548 Bytes
Contents
module Authlogic module CryptoProviders autoload :MD5, "authlogic/crypto_providers/md5" autoload :Sha1, "authlogic/crypto_providers/sha1" autoload :Sha256, "authlogic/crypto_providers/sha256" autoload :Sha512, "authlogic/crypto_providers/sha512" autoload :BCrypt, "authlogic/crypto_providers/bcrypt" autoload :AES256, "authlogic/crypto_providers/aes256" autoload :SCrypt, "authlogic/crypto_providers/scrypt" # crypto_providers/wordpress.rb has never been autoloaded, and now it is # deprecated. end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
authlogic-4.1.1 | lib/authlogic/crypto_providers.rb |
authlogic-4.1.0 | lib/authlogic/crypto_providers.rb |