trussed-dev / trussed

Modern Cryptographic Firmware
https://trussed.dev
Apache License 2.0
405 stars 26 forks source link

Unify mechanism traits #162

Open robin-nitrokey opened 5 months ago

robin-nitrokey commented 5 months ago

This patch combines the operation traits that were previously used to call mechanism implementations into a single MechanismImpl trait. This has several advantages:

sosthene-nitrokey commented 5 months ago

I like that