The draft white paper says: "Nodes are identified by a NodeId, the cryptographic hash of a public-key". Is the same process used when I add a file to IPFS? The white paper mentions cryptographic hashes, but not digital signatures. So:
$echo "hello WOOOOOOOORLD" | ipfs add -q
...returns QmdHom8wF6vcMSdWjpFkxCoGcJYPDnKo5qDn3wWn8LGhgN. Is that the signed and hashed id of the file?
The text was updated successfully, but these errors were encountered:
glowkeeper commentedMar 12, 2017
•
edited
The draft white paper says: "Nodes are identified by a NodeId, the cryptographic hash of a public-key". Is the same process used when I add a file to IPFS? The white paper mentions cryptographic hashes, but not digital signatures. So:
...returns
QmdHom8wF6vcMSdWjpFkxCoGcJYPDnKo5qDn3wWn8LGhgN. Is that the signed and hashed id of the file?The text was updated successfully, but these errors were encountered: