Subversion Repositories RepoView

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 4
Line 1... Line 1...
1
/* $Id: rv_sha512.h 3 2024-08-20 21:05:24Z nishi $ */
1
/* $Id: rv_sha512.h 4 2024-08-20 21:10:25Z nishi $ */
2
 
2
 
3
#ifndef __RV_SHA512_H__
3
#ifndef __RV_SHA512_H__
4
#define __RV_SHA512_H__
4
#define __RV_SHA512_H__
5
 
5
 
6
unsigned char* rv_sha512(const char* string);
6
char* rv_sha512(const char* string);
7
 
7
 
8
#endif
8
#endif