logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

EVP_MD-NULL - The NULL EVP_MD implementation

Description

       Support for a NULL digest through the EVP_MD API.  This algorithm does nothing and returns 1 for its
       init, update and final methods.

   AlgorithmName
       The following algorithm is available in the default provider:

       "NULL"

   GettableParameters
       This implementation supports the common gettable parameters described in EVP_MD-common(7).

Name

       EVP_MD-NULL - The NULL EVP_MD implementation

See Also

EVP_MD_CTX_set_params(3), provider-digest(7), OSSL_PROVIDER-default(7)

See Also