Enumerations
The following enumerations are available globally.
- 
                  
                  The available generator algorithms used for password generation Most use a variation of the counter approach See moreDeclarationSwift @available(iOS 13.0, OSX 10.15, watchOS 6.0, tvOS 13.0, *) public enum GeneratorAlgorithm
- 
                  
                  The available hash functions used for password generation Supported HashesThese are officially support by google. - SHA1 (Default)
- SHA256
- SHA512
 DeclarationSwift @available(iOS 13.0, OSX 10.15, watchOS 6.0, tvOS 13.0, *) public enum SupportedHashAlgorithm : String
 Enumerations  Reference
        Enumerations  Reference