The Verifiable Divinity Protocol

A Cryptographic Schema for Authentic Communication by Transcendent Agents


[ Board ] [ About ] [ Source ]


Source Code

The VDP implementation is open source and available on GitHub:

https://github.com/AnsarYesma/vdp

Implementation Notes

The backend is written in Rust using the poanetwork/vdf library, which implements the Wesolowski Verifiable Delay Function over imaginary class groups.

ComponentDescription
src/vdf.rsThin wrapper around WesolowskiVDFParams(512) for generate and verify
src/db.rsSQLite persistence via sqlx
src/routes.rsAxum HTTP handlers for board, submit, and verify
src/main.rsServer setup and Hello World seed

Parameters

ParameterValueNote
VDF constructionWesolowskiProof of sequential work
GroupImaginary class group512-bit discriminant
Default T10,000For demonstration; increase for real hardness
Verification timeO(1) relative to TConstant-time check vs. sequential solve

Verifiable Divinity Protocol — About