CodeChain-io / CodeChain-io/codechain
Run crypto functions in SGX
Open
crypto
- Dominant language
- Rust
- Stars
- 256
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
When CodeChain executes sign function, a private key may be exposed in memory. If we run the code in SGX, other programs cannot find the private key value in memory.
Contributor guide
Research direction
The issue names CodeChain's sign function but no file, test, or entry point. Start by locating that function and checking how cryptographic execution and SGX support are structured; done means the signing code runs inside SGX so other programs cannot read the private key from memory.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- blockchain, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100