https://github.com/git/git
Raw File
Tip revision: 2aedeff35fde779b03b57125b1f50f6c528bfbea authored by Johannes Schindelin on 06 February 2023, 08:25:09 UTC
Git 2.32.6
Tip revision: 2aedeff
sha1-chunked.h

int git_SHA1_Update_Chunked(platform_SHA_CTX *c, const void *data, size_t len);
back to top