Subversion Repositories RepoView

Rev

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

/* $Id: rv_sha512.h 4 2024-08-20 21:10:25Z nishi $ */

#ifndef __RV_SHA512_H__
#define __RV_SHA512_H__

char* rv_sha512(const char* string);

#endif