pike.git
/
src
/
post_modules
/
Nettle
/
nettle.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/Nettle/nettle.h:10:
#define NO_WIDE_STRING(s) \ do { if ((s)->size_shift) \ Pike_error("Bad argument, must be 8-bit string."); \ } while(0) void hash_init(void); void hash_exit(void);
+
+
void
+
cipher_init(void);
+
+
void
+
cipher_exit(void);