IronCoreLabs / IronCoreLabs/ironoxide
Replace (WithKey<UserOrGroup>, EncryptedValue) with EncryptedDek
Open
good first issue
- Dominant language
- Rust
- Stars
- 12
- Forks
- 3
- Avg merge
- 5h 4m
- Merged PRs (30d)
- 3
Description
As part of #27 an `EncryptedDek` type was created. This is a better packaging of the tuple `(WithKey, EncryptedValue)` There are few usages and most/many of them could be replaced with `EncryptedDek`
`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by searching the repository for usages of `(WithKey, EncryptedValue)` and review the `EncryptedDek` type introduced in #27. Done means the applicable tuple usages have been replaced and the Rust SDK still compiles.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cryptography
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100