mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix docs
This commit is contained in:
committed by
Nik Bougalis
parent
a16c07c78a
commit
aead038215
@@ -39,9 +39,9 @@ enum NodeObjectType
|
||||
|
||||
/** A simple object that the Ledger uses to store entries.
|
||||
NodeObjects are comprised of a type, a hash, a ledger index and a blob.
|
||||
They can be uniquely identified by the hash, which is a SHA 256 of the
|
||||
blob. The blob is a variable length block of serialized data. The type
|
||||
identifies what the blob contains.
|
||||
They can be uniquely identified by the hash, which is a half-SHA512 of
|
||||
the blob. The blob is a variable length block of serialized data. The
|
||||
type identifies what the blob contains.
|
||||
|
||||
@note No checking is performed to make sure the hash matches the data.
|
||||
@see SHAMap
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
namespace ripple {
|
||||
|
||||
// Identifies a node in a SHA256 hash map
|
||||
// Identifies a node in a half-SHA512 (256 bit) hash map
|
||||
class SHAMapNodeID
|
||||
{
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user