mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 07:47:49 +00:00
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
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:
parent
be2f3f2672
commit
0041650fd1
1 changed files with 3 additions and 2 deletions
|
@ -24,11 +24,12 @@ an Ed25519 point which is not the negative identity and with y coordinate fully
|
|||
|
||||
Prime Order Point:
|
||||
a point in the prime subgroup.
|
||||
|
||||
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:
|
||||
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:
|
||||
the raw bytes of a serialized transaction.
|
||||
|
|
Loading…
Reference in a new issue