latchset / kryoptic

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

More kdf #41

Closed simo5 closed 5 months ago

simo5 commented 5 months ago

This PR depends on PR #38 which introduces KDF infrastructure.

It will be rebased as needed (so all those commits will disappear once we merge the dependency).

Adds 2 new simple Derive mechanisms, mostly because it was easy to add them and they cause me to make minor changes that will come useful for other more complex derive functions to come.

simo5 commented 5 months ago

Converted to draft so we do not risk merging until we have the other PR merged.