kanidm / hsm-crypto

A library for cryptographic operations backed by a HSM or TPM
Mozilla Public License 2.0
5 stars 5 forks source link

Traits must be public to import them externally #16

Closed dmulder closed 1 year ago

dmulder commented 1 year ago

The functions implemented by these traits in SoftHsm were private and could not be imported.

(Refers|Fixes) #

Checklist