File: crypto_int32.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 (6 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
#ifndef crypto_int32_h
#define crypto_int32_h

typedef int crypto_int32;

#endif