This adds the basic structures that I want to achieve here. It creates a Hsm trait which has certain operations, and the ability to create keys related to a context. This matches the behaviour of Tpm's that we intend to wrap next.
In addition the immediate benefit of this is that we have the ability to aes-256-gcm encrypt hmac keys at rest.
This adds the basic structures that I want to achieve here. It creates a Hsm trait which has certain operations, and the ability to create keys related to a context. This matches the behaviour of Tpm's that we intend to wrap next.
In addition the immediate benefit of this is that we have the ability to aes-256-gcm encrypt hmac keys at rest.