mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-08-23 11:10:54 +00:00
data v2 - fix typo; hashes are 64 chars, but 256 bits
This commit is contained in:
@@ -3000,7 +3000,7 @@ Ripple Accounts are identified by a base-58 Ripple Address, which is derived fro
|
||||
### Hashes ###
|
||||
[Hash]: #hashes
|
||||
|
||||
Many objects in Ripple, particularly transactions and ledgers, are uniquely identified by a 64-bit hash value. This value is typically calculated as a "SHA-512Half", which calculates a SHA-512 hash from some contents, then takes the first 64 characters of the hexadecimal representation. Since the hash of an object is derived from the contents in a way that is extremely unlikely to produce collisions, two objects with the same hash can be considered identical.
|
||||
Many objects in Ripple, particularly transactions and ledgers, are uniquely identified by a 256-bit hash value. This value is typically calculated as a "SHA-512Half", which calculates a SHA-512 hash from some contents, then takes the first 64 characters of the hexadecimal representation. Since the hash of an object is derived from the contents in a way that is extremely unlikely to produce collisions, two objects with the same hash can be considered identical.
|
||||
|
||||
A Ripple hash value has the following characteristics:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user