Skip to content

Commit dba8f59

Browse files
authored
Merge pull request git#306 from lucaswerkmeister/patch-1
Fix SHA-1 size
2 parents 99af17b + 736f3cf commit dba8f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_posts/2018-07-18-edition-41.markdown‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ future steps in this area.
2929

3030
As the new hash function is still undecided (see below), it is called
3131
"NewHash" by everyone for now. It is expected though that it will be a
32-
256-bit hash algorithm while SHA-1 is 128-bit, and this change alone
32+
256-bit hash algorithm while SHA-1 is 160-bit, and this change alone
3333
has required a lot of internal work.
3434

3535
With Brian's latest patches Git would work using NewHash, including

0 commit comments

Comments
(0)