File: rmd160.h

package info (click to toggle)
hashalot 0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 404 kB
  • ctags: 106
  • sloc: ansic: 950; sh: 713; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#ifndef RMD160_H
#define RMD160_H

#define RMD160_HASH_SIZE 20

void
rmd160_hash_buffer (char *outbuf, const char *buffer, size_t length);

#endif /*RMD160_H*/