aws / aws/aws-encryption-sdk-c
libcrypto types could be put into a .h
Open
- Dominant language
- C
- Stars
- 63
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
Currently, many of them are in the .c, which makes them harder to reference.
_Originally posted by @danielsn in https://github.com/aws/aws-encryption-sdk-c/pull/582#discussion_r482348527_
Contributor guide
Research direction
Start by locating the libcrypto type definitions that are currently in C source files and identify which header should expose them. Move the appropriate types so they can be referenced outside those source files, then verify that existing references still build and the project tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cryptography
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100