syedelec commented on issue #103:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/103#issuecomment-1398165574
Unfortunately I have another error even with the workaround
```
error[E0509]: cannot move out of type `TransientObject`, which implements
the `Drop` trait
--> src/ecdsa.rs:32:14
|
32 | Some(ec_key.0),
| ^^^^^^^^
| |
| cannot move out of here
| move occurs because `ec_key.0` has type `ObjectHandle`,
which does not implement the `Copy` trait
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]