예제 #1
0
/* see sph_cubehash.h */
void
sph_cubehash512(void *cc, const void *data, size_t len)
{
	cubehash_core((sph_cubehash_context *)cc, data, len);
}
예제 #2
0
/* see sph_cubehash.h */
void
sph_cubehash384(void *cc, const void *data, size_t len)
{
	cubehash_core(cc, data, len);
}