Subversion Repositories RepoView

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: rv_sha512.h 3 2024-08-20 21:05:24Z nishi $ */

#ifndef __RV_SHA512_H__
#define __RV_SHA512_H__

unsigned char* rv_sha512(const char* string);

#endif