OMXUS Press

REPORT -- Cryptography History Directory Audit

A. C. Applebee and L. N. Combe

2026-03-22

873 words ~3 min read 6 chapters
Read Now

Abstract

Contents

What Was Found What Was Done What Was NOT Done Evidence Assessment Honest Assessment TODOs

What Was Found

The directory had a skeleton structure with metadata files (two READMEs, a bibliography, a timeline CSV) but no actual manuscript content. The root README claimed the paper was "Complete" and referenced a paper.tex (46KB LaTeX source) that did not exist. The manuscript README referenced a sources/ directory that also did not exist.

Four empty directories: data/processed/, results/, results/figures/, src/. No images.

The bibliography was missing three citations used in the text (Chaum 1983, Hughes 1993, Zimmermann 1995). Cross-reference to consensus_distillation_trust/ was broken (directory does not exist). Cross-reference to mathematical_foundations/ is valid.

No "Empathy Swap" references found.

What Was Done

Written

Second pass (self-review)

The first draft had problems. Fixed:

  1. Manuscript was a textbook. Rewrote to include the human stakes. Phil Zimmermann's criminal prosecution is told as a story, not a footnote. The genesis block headline is connected to what it meant -- bank bailouts paid for by the people the banks defrauded. David Chaum's DigiCash failure is given its own section because the lesson matters: systems that require permission from the people they displace will not get permission. The synthesis section (now "Who Gets to Decide") no longer repeats the abstract -- it makes the argument the paper earned.
  1. Security table values looked fabricated. The original table had suspiciously round numbers (q=0.01 z=1 = 0.0200, q=0.20 z=1 = 0.3600). Replaced with values computed from Nakamoto's approximation formula. Added explicit note that these are approximations, not exact values. Removed q=0.01 row (dominated by rounding). Added q=0.15, 0.25, 0.35 rows for better coverage.
  1. Missing bibliography entries. Added: Chaum (1983) blind signatures, Zimmermann (1995) PGP book, Hughes (1993) Cypherpunk Manifesto, Checkoway et al. (2014) Dual_EC_DRBG backdoor confirmation. These were all cited in the manuscript text but missing from bibliography.md.
  1. secp256k1 section was thin. Added context on why it matters that the parameters are non-manipulated -- the NSA backdoor in Dual_EC_DRBG was confirmed in 2014, making NIST curve suspicion reasonable, and secp256k1 sidesteps the question entirely because a=0, b=7 leaves nowhere to hide a backdoor.
  1. README values section was paint-by-numbers. Removed the labelled list of values ("Being your own man. Hard work. Fairness."). Replaced with narrative that lets the reader arrive at the conclusions. The Zimmermann story. The "same math for a billionaire and a bricklayer" line. The closing section ("The Spade") that says what every failed system had in common without telling the reader what to think about it.
  1. REPORT was self-congratulatory. Stripped it.
  1. Grunspan citation year inconsistency. The bibliography had 2018, the manuscript had 2017. The paper was published in IJTAF volume 21 issue 8, 2018. The preprint was 2017. Standardized to 2018 (publication date) throughout.

Moved / Reorganized