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
Currently hash_on_disk only supports only Sha256, it simply relies on Sha256, although omaha::Hash has both Sha256 and Sha1.
For potential supports of Sha1, it might be interesting to look into digest::DynDigest of Rustcrypto that supports multiple hash functions at the same with generics.
The text was updated successfully, but these errors were encountered:
It would be good to support sha1 hashes in the Omaha response and check them if available. With an old Nebraska version one only get sha1 when syncing from the public Nebraska.
Currently
hash_on_disk
only supports onlySha256
, it simply relies on Sha256, althoughomaha::Hash
has both Sha256 and Sha1.For potential supports of
Sha1
, it might be interesting to look intodigest::DynDigest
of Rustcrypto that supports multiple hash functions at the same with generics.The text was updated successfully, but these errors were encountered: