File: rmd160.h

package info (click to toggle)
hashalot 0.3-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 476 kB
  • sloc: ansic: 1,544; sh: 713; makefile: 29
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*/