Skip to content

Releases: StephenSook/erasure-proof

Erasure Proof Verifier 1.0.0 (Android APK)

Choose a tag to compare

@StephenSook StephenSook released this 03 Aug 22:32
0fd898f

Offline Erasure Proof Verifier for Android, built from main at 0fd898f (EAS build e0dfa410).

What it does: load a signed erasure proof (JSON) and the app verifies the ECDSA P-256 signature against the public key embedded in the signed bytes, then checks that key's fingerprint against known signers. Fully offline: no account, no network calls, no data collection. A bundled demo proof exercises every path.

Recognized signers in this build:

  • e170f6776956655c (erasure-proof demo signer)
  • b6900739eb77672a (production signer, AWS KMS ECC_NIST_P256, private key never leaves KMS)

Install: download the APK on an Android device, allow install from unknown sources, open. iOS ships via TestFlight instead of an APK.

Hosted here as a Release asset so the download link does not expire during judging.