Sha256: c70e89fc3d9e87e6c1c02b6e6dbb789cf2dc7f524d3f2f6657efd9c72a5dbf06
Contents?: true
Size: 457 Bytes
Versions: 36
Compression:
Stored size: 457 Bytes
Contents
/* * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. */ /* * This program is licensed under the same licence as Ruby. * (See the file 'LICENCE'.) */ #if !defined(_OSSL_DIGEST_H_) #define _OSSL_DIGEST_H_ extern VALUE cDigest; extern VALUE eDigestError; const EVP_MD *GetDigestPtr(VALUE); VALUE ossl_digest_new(const EVP_MD *); void Init_ossl_digest(void); #endif /* _OSSL_DIGEST_H_ */
Version data entries
36 entries across 36 versions & 5 rubygems