Arthur Gautier
Arthur Gautier
This is used to calculate session keys for Yubico HSM. This is a rebase of https://github.com/iqlusioninc/yubikey.rs/pull/492 which I closed by mistake.
Key attestation using object duplication are [on the horizon], and we'll need supporting routines for that. This brings a `create_duplicate` that will make the two layers of wraps around the...
This bring back an API to create a SignedPublicKey from a key held in an HSM. This capability got removed in #671.
The new API force the output to be a straight array, but there is a custom drop implementation where we can put the Zeroize of the output.
This is a very early attempt to update dependencies to use new releases of RustCrypto. We (RustCrypto) don't have an final release yet, but this is meant to help test...