method

name

v1_9_1_378 - Show latest stable - Class: OpenSSL::Digest
name()
public

No documentation available.

static VALUE
ossl_digest_name(VALUE self)
{
    EVP_MD_CTX *ctx;

    GetDigest(self, ctx);

    return rb_str_new2(EVP_MD_name(EVP_MD_CTX_md(ctx)));
}