[`sha256_crypt`](https://docs.rs/sha-crypt/0.5.0/sha_crypt/fn.sha256_crypt.html) The only thing it uses the error return for is checking the passed `Sha256Params`, but those were already validated in `Sha256Params::new`.
sha256_cryptThe only thing it uses the error return for is checking the passed
Sha256Params, but those were already validated inSha256Params::new.