diff options
Diffstat (limited to 'src/common/md5calc.cpp')
-rw-r--r-- | src/common/md5calc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/md5calc.cpp b/src/common/md5calc.cpp index 8d650fa..d23f8e3 100644 --- a/src/common/md5calc.cpp +++ b/src/common/md5calc.cpp @@ -16,7 +16,7 @@ // auxilary data /* sin() constant table -# Reformatted output of: +#Reformatted output of: echo 'scale=40; obase=16; for (i=1;i<=64;i++) print 2^32 * sin(i), "\n"' | bc | sed 's/^-//;s/^/0x/;s/\..*$/,/' */ |