diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-31 20:20:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-31 20:20:41 -0400 |
commit | 12afa15eff2fc7a3e25f2abaa696b4fce5ae52ba (patch) | |
tree | 055364c6adb7da0b201e5a4bc6abf86d134a3e8c /doc/internals | |
parent | e1d64aa423f4881e239e0025d34b2988ddcfe29a (diff) |
correction
Diffstat (limited to 'doc/internals')
-rw-r--r-- | doc/internals/hashing.mdwn | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/internals/hashing.mdwn b/doc/internals/hashing.mdwn index 3c1d86b0c..f479cfc47 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 |