-
Notifications
You must be signed in to change notification settings - Fork 446
SHA-256 #1090
Copy link
Copy link
Closed
Labels
new bindingsMissing bindings for existing libgit2 functions.Missing bindings for existing libgit2 functions.upstreamAn upstream issue with libgit2An upstream issue with libgit2
Metadata
Metadata
Assignees
Labels
new bindingsMissing bindings for existing libgit2 functions.Missing bindings for existing libgit2 functions.upstreamAn upstream issue with libgit2An upstream issue with libgit2
Type
Fields
Give feedbackNo fields configured for issues without a type.
Consider the improvements regarding support for SHA-256 in Git, last mentioned in the release notes for version 2.45:
libgit2 has experimental support for SHA-256, guarded by
-DEXPERIMENTAL_SHA256.There is a reference to this in git2-rs:
git2-rs/libgit2-sys/lib.rs
Line 1174 in abbd64e
It might be useful to allow users explore SHA-256 compatibility with git2-rs, probably behind a feature flag.