books: change some definitions (#251)
Some checks failed
Audit / audit (push) Waiting to run
CI / fmt (push) Waiting to run
CI / typo (push) Waiting to run
CI / ci (macos-latest, stable, bash) (push) Waiting to run
CI / ci (ubuntu-latest, stable, bash) (push) Waiting to run
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Waiting to run
Deny / audit (push) Waiting to run
Doc / build (push) Waiting to run
Doc / deploy (push) Blocked by required conditions
Monero mdBook / build (push) Has been cancelled

update some definitions
This commit is contained in:
Boog900 2024-08-08 23:56:41 +00:00 committed by GitHub
parent be2f3f2672
commit 0041650fd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,11 +24,12 @@ an Ed25519 point which is not the negative identity and with y coordinate fully
Prime Order Point: Prime Order Point:
a point in the prime subgroup. a point in the prime subgroup.
PoW Hash: PoW Hash:
the hash calculated by using the active proof of work function. the hash calculated from the block hashing blob by using the active proof of work function.
Block Hash: Block Hash:
the keccak hash of the block. the keccak hash of the block hashing blob, this is a slightly different hashing blob than the one used to calculate the `PoW Hash`.
Transaction Blob: Transaction Blob:
the raw bytes of a serialized transaction. the raw bytes of a serialized transaction.