You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
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:
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: