Synor Blockchain — Quantum-secure decentralized cloud computing platform
Find a file
Gulshan Yadav 6094319ddf feat(crypto-wasm): add Dilithium3 post-quantum signatures
Implements WASM-compatible Dilithium3 (ML-DSA-65) signatures using the
pure Rust pqc_dilithium crate. This provides NIST Security Category 3
post-quantum signature support for the web wallet.

Changes:
- Add pqc_dilithium dependency with WASM feature
- Create DilithiumSigningKey wrapper for WASM bindings
- Add dilithiumVerify and dilithiumSizes helper functions
- Update tests to work on both native and WASM targets
- Update README to reflect completed Dilithium3 support

Key sizes (Dilithium3 / ML-DSA-65):
- Public Key: 1,952 bytes
- Signature: 3,293 bytes
2026-01-08 07:31:36 +05:30
.github fix(ci): correct rust-toolchain action name 2026-01-08 05:22:18 +05:30
apps feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
contracts Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
crates feat(crypto-wasm): add Dilithium3 post-quantum signatures 2026-01-08 07:31:36 +05:30
docs feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
scripts Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
.gitignore chore: add .vite to gitignore 2026-01-08 05:22:24 +05:30
Cargo.toml Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
docker-compose.testnet.yml Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
Dockerfile Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
Dockerfile.explorer Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
Dockerfile.faucet Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30