Files
libgit2/tests/pack
Edward Thomson 31ecaca2d3 hash: hash functions operate on byte arrays not git_oids
Separate the concerns of the hash functions from the git_oid functions.
The git_oid structure will need to understand either SHA1 or SHA256; the
hash functions should only deal with the appropriate one of these.
2021-10-02 16:34:47 -04:00
..