mirror of
https://github.com/fumiama/simple-crypto.git
synced 2026-06-11 14:27:48 +08:00
更改为lib
This commit is contained in:
7
simplemd5.h
Normal file
7
simplemd5.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _SIMPLE_MD5_H_
|
||||
#define _SIMPLE_MD5_H_
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
//return 128bit(16bytes) digest
|
||||
uint8_t* md5(const uint8_t *data, size_t data_len);
|
||||
#endif
|
||||
Reference in New Issue
Block a user