# Functions
Calculates sha256-crypt.
Calculates sha256-crypt.
Encodes a byte string using the sha2-crypt base64 variant.
Scans a sha256-crypt or sha512-crypt modular crypt stub or modular crypt hash to determine configuration parameters.
# Constants
This is the 'default' number of rounds for sha256-crypt and sha512-crypt.
The maximum number of rounds permissible for sha256-crypt and sha512-crypt.
The minimum number of rounds permissible for sha256-crypt and sha512-crypt.
This is the recommended number of rounds for sha256-crypt and sha512-crypt.
# Variables
Indicates that the number of rounds specified is not in the valid range.
Indicates that a password hash or stub is invalid.