File: crypto_verify_32.h

package info (click to toggle)
pycryptopp 0.6.0.20120313-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,148 kB
  • ctags: 9,015
  • sloc: cpp: 29,875; asm: 3,519; python: 1,779; ansic: 1,517; makefile: 65
file content (7 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#ifndef crypto_verify_32_H
#define crypto_verify_32_H

#define crypto_verify_32_ref_BYTES 32
extern int crypto_verify_32(const unsigned char *,const unsigned char *);

#endif