LuCI web interface for the ZKP Hamiltonian library: - Status display: version, key count, storage paths - Key generation: node count (4-50), edge density selection - Prove/Verify workflow with ACCEPT/REJECT display - Keys table with actions (Prove, Verify, Delete) - KISS theme with dark mode support RPCD backend methods: - status: library info and stats - keygen: generate graph + Hamiltonian cycle - prove: create NIZK proof - verify: validate proof - list_keys, delete_key, get_graph Note: Requires zkp-hamiltonian CLI tools to be installed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
200 B
JSON
15 lines
200 B
JSON
{
|
|
"admin/status/zkp": {
|
|
"title": "ZKP Cryptography",
|
|
"order": 85,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "zkp/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-zkp"],
|
|
"uci": {}
|
|
}
|
|
}
|
|
}
|