Name
SPVM::Net::SSLeay::EVP_MD - EVP_MD Data Structure in OpenSSL
Description
Net::SSLeay::EVP_MD class in SPVM represents EVP_MD
data structure in OpenSSL
Usage
use Net::SSLeay::EVP_MD;
Instance Methods
DESTROY
method DESTROY : void ();
Calls native EVP_MD_free function given the pointer value of the instance unless no_free
flag of the instance is a true value.
Requirement:
OpenSSL 3.0
See Also
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License