Why Nostr? What is Njump?
2025-02-08 12:55:33

LibreRelayTech on Nostr: -c '{ "protocol": "FreedomNet", "version": "1.0", "encryption": { ...

-c '{
"protocol": "FreedomNet",
"version": "1.0",
"encryption": {
"hashing_algorithm": "SHA-256",
"public_key": "Base58-Encoded-Public-Key",
"signature_scheme": "ECDSA"
},
"data_structure": {
"message_id": "SHA-256(content + timestamp + sender_id)",
"timestamp": "2025-02-07T12:00:00Z",
"content": "Base64-Encoded-Message",
"sender_id": "Decentralized-Identifier",
"relay_nodes": [
{
"node_id": "SHA-256(Node-Public-Key)",
"ip": "Onion or Schnorr Keys"
}
],
"validation": {
"hash_verification": true,
"signature_required": true
}
},
"resistance_features": {
"p2p_network": true,
"metadata_protection": "Yes",
"relay_distribution": "Randomized with Proof-of-Work"
}
}' `

{
"protocol": "FreedomNet",
"version": "1.0",
"encryption": {
"hashing_algorithm": "SHA-256",
"public_key": "Base58-Encoded-Public-Key",
"pkarr": "SHA-256(Aggregated-Public-Keys)",
"signature_scheme": "ECDSA"
},
"data_structure": {
"message_id": "SHA-256(content + timestamp + pubkey)",
"timestamp": "2025-02-07T12:00:00Z",
"content": "Base64-Encoded-Message",
"pubkey": "Base58-Encoded-Sender-Public-Key",
"relay_nodes": [
{
"node_id": "SHA-256(Node-Public-Key)",
"ip": "Onion or Schnorr Keys"
}
],
"validation": {
"hash_verification": true,
"signature_required": true,
"pkarr_verification": true
}
},
"resistance_features": {
"p2p_network": true,
"metadata_protection": "Yes",
"relay_distribution": "Randomized with Proof-of-Work"
}
}
Author Public Key
npub16d8gxt2z4k9e8sdpc0yyqzf5gp0np09ls4lnn630qzxzvwpl0rgq5h4rzv