Sha256: e1b09e70378d545c14dee289f9eb8dd975ce4f0d8738349e9f81c7e382a24606
Contents?: true
Size: 371 Bytes
Versions: 55
Compression:
Stored size: 371 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_HMAC_H_) #define _OSSL_HMAC_H_ extern VALUE cHMAC; extern VALUE eHMACError; void Init_ossl_hmac(void); #endif /* _OSSL_HMAC_H_ */
Version data entries
55 entries across 55 versions & 7 rubygems