parallaxsecond / rust-tss-esapi

TSS 2.0 Enhanced System API (ESAPI) Rust wrapper
https://docs.rs/tss-esapi/
Apache License 2.0
86 stars 51 forks source link

Fixes problem with sign requiring a HashcheckTicket. #476

Closed Superhepper closed 7 months ago

Superhepper commented 9 months ago
wiktor-k commented 9 months ago

I can't see the changes to fn sign here, were they committed?

I think you were looking for this line of code.

Superhepper commented 9 months ago

LGTM 👍 thanks!

This got me thinking that maybe we should review the other parameters and allow Nones there too 😅

I am not so sure about that. The other parameters have actual Null options which the ticket didn't.

Superhepper commented 7 months ago

Awesome, thanks!

Could you also add a review for this?