From cc1f8c64cad489643670c1d40aaf7bc20e42e43e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 31 Mar 2013 20:20:41 -0400 Subject: [PATCH] correction --- doc/internals/hashing.mdwn | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/internals/hashing.mdwn b/doc/internals/hashing.mdwn index 3c1d86b0cc..f479cfc47c 100644 --- a/doc/internals/hashing.mdwn +++ b/doc/internals/hashing.mdwn @@ -13,13 +13,9 @@ This uses two directories, each with a three-letter name, such as "f87/4d5" The directory names come from the md5sum of the [[key|key_format]]. -Note that you cannot use the `md5sum` utility from coreutils to generate -the same hash. Why it generates something else is unknown. The md5 hash -libraries for programming languages will work though. - For example: - python -c 'import hashlib, sys; print hashlib.md5(sys.argv[1]).hexdigest()' + echo -n "SHA256E-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" | md5sum ## old hash format -- 2.30.2