enum Sodium::Password::Mode
  
  Defined in:
sodium/password/mode.crEnum Members
- 
        Argon2i13 = 
1 - 
        
Use the most recent algorithm Argon2id13 for new applications.
 - 
        Argon2id13 = 
2 
Class Method Summary
- 
        .default
        
          
The currently recommended algorithm, which can change from one version of libsodium to another.
 
Instance Method Summary
Class Method Detail
        
        def self.default
        #
      
      
        The currently recommended algorithm, which can change from one version of libsodium to another.