ocb3: use parallel-capable APIs
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 42/100
- Issue type
- Refactor
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- rust
- Domain
- cryptography, performance
Research direction
Start by locating ocb3's uses of BlockCipherEncrypt::encrypt_block and BlockCipherDecrypt::decrypt_block, then read the parallel encrypt_blocks*/decrypt_blocks* APIs introduced for block-ciphers#491. The work is done when ocb3 uses the parallel-capable APIs where applicable and its existing behavior remains correct.
Written by the indexing model from the issue text.
Description
Right now, ocb3 exclusively uses BlockCipherEncrypt::encrypt_block and BlockCipherDecrypt::decrypt_block. Although VAES support is coming in block-ciphers#491, ocb3 won't be able to take advantage of its (2-5x) speedups until encrypt_blocks*/decrypt_blocks* APIs are used.
- Dominant language
- Rust
- Stars
- 961
- Forks
- 200
- Avg merge
- 1h 30m
- Merged PRs (30d)
- 6
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.
More from RustCrypto/AEADs
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
RustCrypto/AEADs#864 ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
RustCrypto/AEADs#765 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
RustCrypto/AEADs#755 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
RustCrypto/AEADs#660 · 7 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
RustCrypto/AEADs#628 · 2 comments · 1 reaction ·
All issues in RustCrypto/AEADs
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gitbutlerapp/gitbutler#15998 · 1 comment ·
-
bug triage:deciding
Difficulty 1/5 Under an hour Newbie friendliness 88/100
open-telemetry/otel-arrow#4132 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100