Subversion Repositories RepoView

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

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