Nitrokey / nitrokey-websmartcard-rust

A Nitrokey Webcrypt implementation in Rust
1 stars 2 forks source link

Hmac separate #16

Closed sosthene-nitrokey closed 7 months ago

sosthene-nitrokey commented 7 months ago

Built on top of #15

This PR stops depending on trussed-staging for the never-merged HMACSHA256P256 extension and uses a custom backend instead (https://github.com/Nitrokey/trussed-hmacsha256p256)

robin-nitrokey commented 7 months ago

As the extension is only intended to be used with this crate as a workaround, we could also put it directly into this repository. That would probably be easier to maintain.

sosthene-nitrokey commented 7 months ago

Right, that's probably a better idea indeed.

sosthene-nitrokey commented 7 months ago

I moved the backend here.

sosthene-nitrokey commented 7 months ago

Should we tag with this PR or with main also?