You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, lots of bits of Pex use hexdigests for fingerprints. These just float around as str and you have to track through code to find out what algorithm is behind the fingerprint. Since there are a mix of sha1 and sha256 fingerprints, this is a landmine.