RustCrypto / RustCrypto/block-modes
XTS mode
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 95
- Forks
- 23
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
Currently working on the implementation of XTS. I might have to do a bunch of hacks and not use some traits for now because XTS uses two engines (one to encrypt the teak and one to encrypt the data), which does not seems to be compatible with the current traits. I'm currently investigating.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the current traits and existing block-mode implementations to understand how XTS would fit two encryption engines. The issue does not name files or tests, and completion criteria are not defined beyond investigating an implementation approach.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cryptography
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100