Whatever happened to SHA-256 support in Git?
Whatever happened to SHA-256 support in Git?
Posted Jun 23, 2022 19:48 UTC (Thu) by Cyberax (✭ supporter ✭, #52523)Parent article: Whatever happened to SHA-256 support in Git?
The last time SHA-256 in git came up, I almost vomited from the clumsy format for hashes that they'd chosen. Hashes in SHA-1 are in binhex, why not instead just use a different alphabet to encode SHA-256 hashes?
And it's not hard to do. For example, instead of 0-9a-f use g-v. Or abuse the first letter of the hash as the version.
