summaryrefslogtreecommitdiff
path: root/include/encrypt.h
blob: 116e7814edd062455cfb692a1975991efe7a8b72 (plain)
1
2
3
4
5
6
#ifndef _ENCRYPT_H_
#define _ENCRYPT_H_

char* get_crypt_sha256(const char *);

#endif