HaxeFoundation / HaxeFoundation/crypto

Streaming decryption support

Open
#34 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haxe
Stars
55
Forks
13
PR merge metrics
No merged PRs in 30d

Description

Right now `AES.decrypt` wants to have all bytes available before it starts, which isn't very practical for possibly large payloads.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by examining the AES.decrypt entry point mentioned in the issue and determine how it currently consumes the complete byte sequence. The issue names no files or tests, so trace its implementation and existing decryption tests before defining the streaming interface. Done means large payloads can be decrypted incrementally rather than requiring all bytes up front.

Written by the indexing model from the issue text.

Assessment

Domain
cryptography
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.