|
|
|
|
|
by mtdewcmu
3396 days ago
|
|
You could probably omit the length, because the length is probably already known implicitly. E.g. git knows the length of its hashes without having to read the hash. If the length < the full hash, it can be assumed to be truncated. |
|