Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Solution: * added an option to generate an RSA key pair for wrapping that should be compatible with potential cloud provider's services * historical key unwrapping using RFC3394/RFC5649 * currently, rsa crate requires a new version of rand which is in conflict with the current ed25519-dalek, hence the patched version * changed init/recover functionality to use the asymmetric option
- Loading branch information