Remove SHA3 references
[skeinsum.git] / skein.h
diff --git a/skein.h b/skein.h
index b4717ff23113680182e39850ab0a5c3d154d156f..7160fc6760b33aa5a6764672cd7c9b5bf3f04bf8 100644 (file)
--- a/skein.h
+++ b/skein.h
@@ -192,7 +192,7 @@ int  Skein1024_Output   (Skein1024_Ctxt_t *ctx, u08b_t * hashVal);
 #define SKEIN_VERSION           (1)\r
 \r
 #ifndef SKEIN_ID_STRING_LE      /* allow compile-time personalization */\r
-#define SKEIN_ID_STRING_LE      (0x33414853)            /* "SHA3" (little-endian)*/\r
+#define SKEIN_ID_STRING_LE      (0x33414853)            /* "skein" (little-endian)*/\r
 #endif\r
 \r
 #define SKEIN_MK_64(hi32,lo32)  ((lo32) + (((u64b_t) (hi32)) << 32))\r