luckfox-pico-sdk/media/security/librkcrypto/test/include/c_mode/hash_sm3.h
2023-08-08 20:36:47 +08:00

16 lines
258 B
C

#ifndef __HASH_SM3_H__
#define __HASH_SM3_H__
#ifdef __cplusplus
extern "C" {
#endif
int rk_hash_sm3(const unsigned char *in, unsigned int in_len,
unsigned char *out, unsigned int *out_len);
#ifdef __cplusplus
}
#endif
#endif /* sm3.h */