blob: 27472f1d4a36230c762c97a5c2958461fa11aa92 [file] [log] [blame]
/*
* Copyright (C) Dmitry Volyntsev
* Copyright (C) NGINX, Inc.
*/
#ifndef _NJS_CRYPTO_H_INCLUDED_
#define _NJS_CRYPTO_H_INCLUDED_
extern const njs_object_init_t njs_crypto_object_init;
extern const njs_object_type_init_t njs_hash_type_init;
extern const njs_object_type_init_t njs_hmac_type_init;
#endif /* _NJS_CRYPTO_H_INCLUDED_ */