[Lib] Implement crypto builtins
Open
Nobody has claimed this yet.
help wanted
lib
- Dominant language
- Rust
- Stars
- 346
- Forks
- 75
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 15
Description
Implement crypto built-ins.
- crypto.hmac.equal
- crypto.hmac.md5
- crypto.hmac.sha1
- crypto.hmac.sha256
- crypto.hmac.sha512
- crypto.md5
- crypto.parse_private_keys
- crypto.sha1
- crypto.sha256
- crypto.x509.parse_and_verify_certificates
- crypto.x509.parse_certificate_request
- crypto.x509.parse_certificates
- crypto.x509.parse_keypair
- crypto.x509.parse_rsa_private_key
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 with the linked crypto policy-reference entries and compare them with the checked-off built-ins in this issue. Implement the remaining parse_private_keys and crypto.x509 built-ins, with behavior matching their linked specifications; done means each unchecked item is supported and covered by the project’s tests.
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
- Mostly clear
- Newbie friendliness
- 25/100