latchset / kryoptic

a pkcs#11 software token written in Rust
GNU General Public License v3.0
10 stars 4 forks source link

Initial support for selecting individual mechs to be built in #98

Closed simo5 closed 5 days ago

simo5 commented 4 weeks ago

This change allows us to select which mechanisms to build in and allows for a relatively easy way to add or remove mechanisms in custom builds.

simo5 commented 5 days ago

Given this change does not involve any functionality change and it is just a reorganization of existing code I will merge without a second review to allow other work to progress.