lib/sorcery/crypto_providers/sha512.rb in sorcery-0.5.21 vs lib/sorcery/crypto_providers/sha512.rb in sorcery-0.5.30
- old
+ new
@@ -1,8 +1,9 @@
require "digest/sha2"
module Sorcery
- # The activate_sorcery method has a custom_crypto_provider configuration option. This allows you to use any type of encryption you like.
+ # The activate_sorcery method has a custom_crypto_provider configuration option.
+ # This allows you to use any type of encryption you like.
# Just create a class with a class level encrypt and matches? method. See example below.
#
# === Example
#
# class MyAwesomeEncryptionMethod
\ No newline at end of file