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
Due to the (minor) limitations of der's SequenceOf, it is not possible to get a pointer to the underlying array of items. This prevent searching is trivially with a binary search.
Trying to implement a binary search of the hashes requires, at the moment, copying the underlying index at every single call. This is slow.
Due to the (minor) limitations of der's
SequenceOf
, it is not possible to get a pointer to the underlying array of items. This prevent searching is trivially with a binary search.Trying to implement a binary search of the hashes requires, at the moment, copying the underlying index at every single call. This is slow.
This requires a solution to RustCrypto/formats#665.
The text was updated successfully, but these errors were encountered: