-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
warning: use of deprecated trait `elliptic_curve::generic_array::ArrayLength`: please upgrade to generic-array 1.x
--> tss-esapi/src/abstraction/signer.rs:289:23
|
289 | SignatureSize<C>: ArrayLength<u8>,
| ^^^^^^^^^^^
I spent some time a few weeks ago trying to understand how to upgrade our use of it. I failed :-(
I resorted to
export RUSTFLAGS="-Adeprecated"
which makes me unhappy. I would be happy to fix them all if I understood the problem.
Many posters say they are moving to hybrid-array.
I think that all of this comes in via elliptic-curve, which has not moved to generic-array 1.0. (I see it also via sha2/digest/block-buffer, but that's a dev-dependancy?)
Metadata
Metadata
Assignees
Labels
No labels