chiark / gitweb /
hbcrypto hash-{init,update,final} for incremental hashing
[chiark-tcl.git] / crypto / crypto.h
index b2a7bc8cc40e89771d4a82e5ef4bbf7efdf9e394..ce98da1691732d4a2118731f71ed11b1f1113bec 100644 (file)
@@ -99,6 +99,7 @@ typedef struct {
                     const void *sch);
 } BlockCipherModeInfo;
 
+extern const IdDataSpec cht_hash_states;
 extern const BlockCipherModeInfo cht_blockciphermodeinfo_entries[];
 
 #include "crypto+tcmdif.h"