veorq/cryptocoding resource
Guidelines for low-level cryptography software observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2717
- days_rel: n/a
- days_push: 1179
- n_releases_24m: 0
Adoption not part of the score
1218 stars · 93 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A curated set of coding rules and best practices for implementing low-level cryptographic software, originally from the cryptocoding.net 'Crypto coding standard'. It covers topics like constant-time comparison, avoiding secret-dependent branches and table lookups, strong randomness, and cleaning secret data from memory.
Use cases
- write constant-time comparisons for secrets
- avoid side-channel vulnerabilities in crypto code
- learn secure C coding practices for cryptography
- review cryptographic implementation for timing attacks
- find best practices for zeroing secret memory
- guidelines for using strong randomness in code
When to choose
- you are implementing or reviewing low-level cryptographic primitives in C
- you want a checklist of side-channel-resistant coding rules
- you are teaching or learning secure crypto implementation practices
When to avoid
- you need a working cryptography library rather than guidelines
- you write only high-level application code with no secret-handling logic
- you need language-specific or framework-specific security standards
Facets
learning-resource · maturity maintenance
security cryptography documentation developer-tools security developer-tools documentation programming-languages cpp c cross-platform secure-coding constant-time side-channel-attacks cryptography-guidelines best-practices memory-zeroization
1 source
- readme: https://github.com/veorq/cryptocoding · fetched 2026-08-28 · 710b17429bc9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| veorq/cryptocoding | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="veorq/cryptocoding")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem