Closed tbu- closed 6 months ago
sha256_crypt
The only thing it uses the error return for is checking the passed Sha256Params, but those were already validated in Sha256Params::new.
Sha256Params
Sha256Params::new
Making it infallible sounds good to me
sha256_crypt
The only thing it uses the error return for is checking the passed
Sha256Params
, but those were already validated inSha256Params::new
.