photon-messenger 0.0.37

Decentralized messenger with rolling-chain encryption
Documentation
1
2
3
4
5
6
7
8
9
10
11
# PowerShell build script for debug with hash verification

Write-Host "Building debug binary..." -ForegroundColor Cyan
cargo build

Write-Host "Appending hash for self-verification..." -ForegroundColor Cyan
cargo run --bin hash-release -- target/debug/photon-messenger.exe

Write-Host ""
Write-Host "✓ Debug build complete with hash verification!" -ForegroundColor Green
Write-Host "Binary: target/debug/photon-messenger.exe"